Improve inputMessageReplyToStory documentation.
This commit is contained in:
parent
bcccfa071f
commit
6be9e02e62
@ -1322,7 +1322,9 @@ messageReplyToStory story_sender_chat_id:int53 story_id:int32 = MessageReplyTo;
|
|||||||
//@quote Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats
|
//@quote Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats
|
||||||
inputMessageReplyToMessage chat_id:int53 message_id:int53 quote:inputTextQuote = InputMessageReplyTo;
|
inputMessageReplyToMessage chat_id:int53 message_id:int53 quote:inputTextQuote = InputMessageReplyTo;
|
||||||
|
|
||||||
//@description Describes a story to be replied @story_sender_chat_id The identifier of the sender of the story. Currently, stories can be replied only in the sender's chat @story_id The identifier of the story
|
//@description Describes a story to be replied
|
||||||
|
//@story_sender_chat_id The identifier of the sender of the story. Currently, stories can be replied only in the sender's chat and channel stories can't be replied
|
||||||
|
//@story_id The identifier of the story
|
||||||
inputMessageReplyToStory story_sender_chat_id:int53 story_id:int32 = InputMessageReplyTo;
|
inputMessageReplyToStory story_sender_chat_id:int53 story_id:int32 = InputMessageReplyTo;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user