|
tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
|
#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
Public Member Functions | |
| draftMessage () | |
| draftMessage (object_ptr< InputMessageReplyTo > &&reply_to_, int32 date_, object_ptr< InputMessageContent > &&input_message_text_, int64 effect_id_, object_ptr< inputSuggestedPostInfo > &&suggested_post_info_) | |
| 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 | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Public Attributes | |
| object_ptr< InputMessageReplyTo > | reply_to_ |
| Information about the message to be replied; inputMessageReplyToStory is unsupported; may be null if none. | |
| int32 | date_ |
| Point in time (Unix timestamp) when the draft was created. | |
| object_ptr< InputMessageContent > | input_message_text_ |
| Content of the message draft; must be of the type inputMessageText, inputMessageVideoNote, or inputMessageVoiceNote. | |
| int64 | effect_id_ |
| Identifier of the effect to apply to the message when it is sent; 0 if none. | |
| object_ptr< inputSuggestedPostInfo > | suggested_post_info_ |
| Information about the suggested post; may be null if none. | |
Static Public Attributes | |
| static const std::int32_t | ID = -1165040650 |
| Identifier uniquely determining a type of the object. | |
| td::td_api::draftMessage::draftMessage | ( | ) |
Contains information about a message draft.
| td::td_api::draftMessage::draftMessage | ( | object_ptr< InputMessageReplyTo > && | reply_to_, |
| int32 | date_, | ||
| object_ptr< InputMessageContent > && | input_message_text_, | ||
| int64 | effect_id_, | ||
| object_ptr< inputSuggestedPostInfo > && | suggested_post_info_ | ||
| ) |
Contains information about a message draft.
| [in] | reply_to_ | Information about the message to be replied; inputMessageReplyToStory is unsupported; may be null if none. |
| [in] | date_ | Point in time (Unix timestamp) when the draft was created. |
| [in] | input_message_text_ | Content of the message draft; must be of the type inputMessageText, inputMessageVideoNote, or inputMessageVoiceNote. |
| [in] | effect_id_ | Identifier of the effect to apply to the message when it is sent; 0 if none. |
| [in] | suggested_post_info_ | Information about the suggested post; may be null if none. |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
| int32 td::td_api::draftMessage::date_ |
| int64 td::td_api::draftMessage::effect_id_ |
|
static |
| object_ptr<InputMessageContent> td::td_api::draftMessage::input_message_text_ |
Content of the message draft; must be of the type inputMessageText, inputMessageVideoNote, or inputMessageVoiceNote.
| object_ptr<InputMessageReplyTo> td::td_api::draftMessage::reply_to_ |
Information about the message to be replied; inputMessageReplyToStory is unsupported; may be null if none.
| object_ptr<inputSuggestedPostInfo> td::td_api::draftMessage::suggested_post_info_ |