From 38b80787797f3b35987aca316882e0db44824c3a Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 7 Jun 2023 18:39:43 +0300 Subject: [PATCH] Update reply_in_chat_id 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 69f51caab..814f934b9 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -1156,7 +1156,7 @@ messageSendingStateFailed error_code:int32 error_message:string can_retry:Bool n //@forward_info Information about the initial message sender; may be null //@interaction_info Information about interactions with the message; may be null //@unread_reactions Information about unread reactions added to the message -//@reply_in_chat_id If non-zero, the identifier of the chat to which the replied message belongs; Currently, only messages in the Replies chat can have different reply_in_chat_id and chat_id +//@reply_in_chat_id If non-zero, the identifier of the chat to which the replied message belongs. For example, messages in the Replies chat can have different reply_in_chat_id and chat_id //@reply_to_message_id If non-zero, the identifier of the message this message is replying to; can be the identifier of a deleted message //@replied_story_sender_user_id If non-zero, the identifier of the sender of the story this message is replying to //@replied_story_id If non-zero, the identifier of the story this message is replying to; can be the identifier of a deleted or an unaccessible message