teamwire_api.attention_messages

ReactionType

class ReactionType(Enum)

Reaction Type

OK

OK Reaction, used as a reaction to Alert messages

SOS

SOS Reaction, used as a reaction to Alert messages

THUMBS_UP

👍 used as a reaction to Announcement and Note messages

APPLAUSE

👏 used as a reaction to Announcement and Note messages

SMILE

🙂 used as a reaction to Announcement and Note messages

LAUGH

😁 used as a reaction to Announcement and Note messages

LOVE

❤️ used as a reaction to Announcement and Note messages

AMReaction

class AMReaction(object)

A reaction to an attention message

Attributes

  • chat: Chat object. The chat this reaction belongs to
  • mid: unicode. The ID of the message this reaction refers to
  • reaction_id: unicode. The ID of this reaction
  • reaction_type: ReactionType. One between the possible values of the ReactionType enum
  • from_user: User object. The user who sent this reaction