diff options
Diffstat (limited to 'td/generate')
| -rw-r--r-- | td/generate/scheme/td_api.tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 1fd667443..df3e3a051 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -12115,6 +12115,7 @@ resendMessages chat_id:int53 message_ids:vector<int53> quote:inputTextQuote paid //@chat_id Target chat //@topic_id Topic in which the message will be sent; pass null if none //@receiver_user_id Identifier of the user who will receive the message +//@callback_query_id Identifier of the callback query which triggered the message; for bots only //@reply_to Information about the message to be replied; pass null if none. The message can be an incoming ephemeral message //@sending_id Non-persistent identifier, which will be returned back in messageSendingStatePending object and can be used to match sent messages and corresponding updateNewMessage updates //@only_preview Pass true to get a fake message instead of actually sending them @@ -12122,7 +12123,7 @@ resendMessages chat_id:int53 message_ids:vector<int53> quote:inputTextQuote paid //@input_message_content The content of the message to be sent. Must be one of the following types: inputMessageText, inputMessageAnimation, //-inputMessageAudio, inputMessageDocument, inputMessagePhoto, inputMessageSticker, inputMessageVideo, inputMessageVideoNote, inputMessageVoiceNote, //-inputMessageLocation, inputMessageVenue, inputMessageContact -sendEphemeralMessage chat_id:int53 topic_id:MessageTopic receiver_user_id:int53 reply_to:InputMessageReplyTo sending_id:int32 only_preview:Bool reply_markup:ReplyMarkup input_message_content:InputMessageContent = Message; +sendEphemeralMessage chat_id:int53 topic_id:MessageTopic receiver_user_id:int53 callback_query_id:int64 reply_to:InputMessageReplyTo sending_id:int32 only_preview:Bool reply_markup:ReplyMarkup input_message_content:InputMessageContent = Message; //@description Adds a local message to a chat. The message is persistent across application restarts only if the message database is used. Returns the added message //@chat_id Target chat; channel direct messages chats aren't supported |
