1 parent d02c7b8 commit 9bd0bbcCopy full SHA for 9bd0bbc
1 file changed
td/generate/scheme/td_api.tl
@@ -11900,7 +11900,7 @@ deleteChatReplyMarkup chat_id:int53 message_id:int53 = Ok;
11900
11901
//@description Sends a notification about user activity in a chat
11902
//@chat_id Chat identifier
11903
-//@topic_id Identifier of the topic in which the action is performed
+//@topic_id Identifier of the topic in which the action is performed; pass null if none
11904
//@business_connection_id Unique identifier of business connection on behalf of which to send the request; for bots only
11905
//@action The action description; pass null to cancel the currently active action
11906
sendChatAction chat_id:int53 topic_id:MessageTopic business_connection_id:string action:ChatAction = Ok;
0 commit comments