From e94017b85063917d8ce2ba93c32cdb52caaed2b4 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 12 Feb 2024 19:38:26 +0300 Subject: [PATCH] Improve setChatAvailableReactions documentation. --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index d234ea77a..24f6cbc14 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -8261,7 +8261,7 @@ toggleChatDefaultDisableNotification chat_id:int53 default_disable_notification: //@description Changes reactions, available in a chat. Available for basic groups, supergroups, and channels. Requires can_change_info member right //@chat_id Identifier of the chat -//@available_reactions Reactions available in the chat. All explicitly specified emoji reactions must be active. Up to the chat's boost level custom emoji reactions can be explicitly specified +//@available_reactions Reactions available in the chat. All explicitly specified emoji reactions must be active. In channel chats up to the chat's boost level custom emoji reactions can be explicitly specified setChatAvailableReactions chat_id:int53 available_reactions:ChatAvailableReactions = Ok; //@description Changes application-specific data associated with a chat @chat_id Chat identifier @client_data New value of client_data