Improve allow_custom_emoji documentation.
This commit is contained in:
parent
07c1d53a6d
commit
2d15b1c7e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user