Skip to content

AvailableReactions

Type · TDLib 1.8.67 · d1085f9c

Represents a list of reactions that can be added to a message

AvailableReactions(
  top_reactions: list of AvailableReaction,
  recent_reactions: list of AvailableReaction,
  popular_reactions: list of AvailableReaction,
  allow_custom_emoji: Bool,
  are_tags: Bool,
  unavailability_reason: ReactionUnavailabilityReason
) → AvailableReactions

top_reactions

list of AvailableReaction

List of reactions to be shown at the top

recent_reactions

list of AvailableReaction

List of recently used reactions

list of AvailableReaction

List of popular reactions

allow_custom_emoji

Bool

True, if any custom emoji reaction can be added by Telegram Premium subscribers

are_tags

Bool

True, if the reactions will be tags and the message can be found by them

unavailability_reason

ReactionUnavailabilityReason

The reason why the current user can't add reactions to the message, despite some other users can; may be null if none