diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 4dd04dff7980..de73290f1411 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -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 is_big:Bool = Ok;