Skip to content

Commit

Permalink
Improve setMessageReactions documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AYMENJD authored and levlam committed Oct 21, 2024
1 parent 1e380de commit b39769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td/generate/scheme/td_api.tl
Original file line number Diff line number Diff line change
Expand Up @@ -9289,7 +9289,7 @@ togglePaidMessageReactionIsAnonymous chat_id:int53 message_id:int53 is_anonymous
//@description Sets reactions on a message; for bots only
//@chat_id Identifier of the chat to which the message belongs
//@message_id Identifier of the message
//@reaction_types Types of the reaction to set
//@reaction_types Types of the reaction to set; pass an empty list to remove the reactions
//@is_big Pass true if the reactions are added with a big animation
setMessageReactions chat_id:int53 message_id:int53 reaction_types:vector<ReactionType> is_big:Bool = Ok;

Expand Down

0 comments on commit b39769b

Please sign in to comment.