Improve allow_custom_emoji documentation.

This commit is contained in:
levlam 2023-11-23 08:07:20 +03:00
parent 07c1d53a6d
commit 2d15b1c7e6
1 changed files with 1 additions and 1 deletions

View File

@ -3813,7 +3813,7 @@ availableReaction type:ReactionType needs_premium:Bool = AvailableReaction;
//@top_reactions List of reactions to be shown at the top
//@recent_reactions List of recently used reactions
//@popular_reactions List of popular reactions
//@allow_custom_emoji True, if custom emoji reactions could be added by Telegram Premium subscribers
//@allow_custom_emoji True, if any custom emoji reaction can be added by Telegram Premium subscribers
availableReactions top_reactions:vector<availableReaction> recent_reactions:vector<availableReaction> popular_reactions:vector<availableReaction> allow_custom_emoji:Bool = AvailableReactions;
//@description Contains information about a emoji reaction