View Source ExTDLib.Object.AvailableReactions (ExTDLib v0.0.4)
Represents a list of reactions that can be added to a message.
| Name | Type | Description |
|---|---|---|
| top_reactions | availableReaction | List of reactions to be shown at the top. |
| recent_reactions | availableReaction | List of recently used reactions. |
| popular_reactions | availableReaction | List of popular reactions. |
| allow_custom_emoji | bool | True, if any custom emoji reaction can be added by Telegram Premium subscribers. |
More details on telegram's documentation.