teamwire_api.attention_messages¶
ReactionType¶
class ReactionType(Enum)
Reaction Type
OK¶
✅ used as a reaction to Alert messages
SOS¶
❌ 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 tomid
: unicode. The ID of the message this reaction refers toreaction_id
: unicode. The ID of this reactionreaction_type
:ReactionType
. One between the possible values of the ReactionType enumfrom_user
:User
object. The user who sent this reaction