MessageReactions¶
Contains a list of reactions added to a message
MessageReactions(
reactions: list of MessageReaction,
are_tags: Bool,
paid_reactors: list of PaidReactor,
can_get_added_reactions: Bool
) → MessageReactions
reactions¶
list of MessageReaction
List of added reactions
are_tags¶
Bool
True, if the reactions are tags and Telegram Premium users can filter messages by them
paid_reactors¶
list of PaidReactor
Information about top users that added the paid reaction
can_get_added_reactions¶
Bool
True, if the list of added reactions is available using getMessageAddedReactions