tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::editInlineMessageMedia Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::editInlineMessageMedia:
td::td_api::Function td::TlObject

Public Types

using ReturnType = object_ptr< ok >
 Typedef for the type returned by the function.
 

Public Member Functions

 editInlineMessageMedia ()
 
 editInlineMessageMedia (string const &inline_message_id_, object_ptr< ReplyMarkup > &&reply_markup_, object_ptr< InputMessageContent > &&input_message_content_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

string inline_message_id_
 Inline message identifier.
 
object_ptr< ReplyMarkupreply_markup_
 The new message reply markup; pass null if none; for bots only.
 
object_ptr< InputMessageContentinput_message_content_
 New content of the message. Must be one of the following types: inputMessageAnimation, inputMessageAudio, inputMessageDocument, inputMessagePhoto or inputMessageVideo.
 

Static Public Attributes

static const std::int32_t ID = 23553921
 Identifier uniquely determining a type of the object.
 

Detailed Description

Edits the media content of a message with a text, an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only.

Returns object_ptr<Ok>.

Definition at line 98363 of file td_api.h.

Member Typedef Documentation

◆ ReturnType

Typedef for the type returned by the function.

Definition at line 98402 of file td_api.h.

Constructor & Destructor Documentation

◆ editInlineMessageMedia() [1/2]

td::td_api::editInlineMessageMedia::editInlineMessageMedia ( )

Default constructor for a function, which edits the media content of a message with a text, an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only.

Returns object_ptr<Ok>.

◆ editInlineMessageMedia() [2/2]

td::td_api::editInlineMessageMedia::editInlineMessageMedia ( string const &  inline_message_id_,
object_ptr< ReplyMarkup > &&  reply_markup_,
object_ptr< InputMessageContent > &&  input_message_content_ 
)

Creates a function, which edits the media content of a message with a text, an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only.

Returns object_ptr<Ok>.

Parameters
[in]inline_message_id_Inline message identifier.
[in]reply_markup_The new message reply markup; pass null if none; for bots only.
[in]input_message_content_New content of the message. Must be one of the following types: inputMessageAnimation, inputMessageAudio, inputMessageDocument, inputMessagePhoto or inputMessageVideo.

Member Function Documentation

◆ store()

void td::td_api::editInlineMessageMedia::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ ID

const std::int32_t td::td_api::editInlineMessageMedia::ID = 23553921
static

Identifier uniquely determining a type of the object.

Definition at line 98399 of file td_api.h.

◆ inline_message_id_

string td::td_api::editInlineMessageMedia::inline_message_id_

Inline message identifier.

Definition at line 98374 of file td_api.h.

◆ input_message_content_

object_ptr<InputMessageContent> td::td_api::editInlineMessageMedia::input_message_content_

New content of the message. Must be one of the following types: inputMessageAnimation, inputMessageAudio, inputMessageDocument, inputMessagePhoto or inputMessageVideo.

Definition at line 98378 of file td_api.h.

◆ reply_markup_

object_ptr<ReplyMarkup> td::td_api::editInlineMessageMedia::reply_markup_

The new message reply markup; pass null if none; for bots only.

Definition at line 98376 of file td_api.h.


The documentation for this class was generated from the following file: