|
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 Types | |
| using | ReturnType = object_ptr< preparedInlineMessageId > |
| Typedef for the type returned by the function. | |
Public Member Functions | |
| savePreparedInlineMessage () | |
| savePreparedInlineMessage (int53 user_id_, object_ptr< InputInlineQueryResult > &&result_, object_ptr< targetChatTypes > &&chat_types_) | |
| 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 | |
| int53 | user_id_ |
| Identifier of the user. | |
| object_ptr< InputInlineQueryResult > | result_ |
| The description of the message. | |
| object_ptr< targetChatTypes > | chat_types_ |
| Types of the chats to which the message can be sent. | |
Static Public Attributes | |
| static const std::int32_t | ID = -954963751 |
| Identifier uniquely determining a type of the object. | |
Saves an inline message to be sent by the given user; for bots only.
Returns object_ptr<PreparedInlineMessageId>.
| td::td_api::savePreparedInlineMessage::savePreparedInlineMessage | ( | ) |
Default constructor for a function, which saves an inline message to be sent by the given user; for bots only.
Returns object_ptr<PreparedInlineMessageId>.
| td::td_api::savePreparedInlineMessage::savePreparedInlineMessage | ( | int53 | user_id_, |
| object_ptr< InputInlineQueryResult > && | result_, | ||
| object_ptr< targetChatTypes > && | chat_types_ | ||
| ) |
Creates a function, which saves an inline message to be sent by the given user; for bots only.
Returns object_ptr<PreparedInlineMessageId>.
| [in] | user_id_ | Identifier of the user. |
| [in] | result_ | The description of the message. |
| [in] | chat_types_ | Types of the chats to which the message can be sent. |
|
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.
| object_ptr<targetChatTypes> td::td_api::savePreparedInlineMessage::chat_types_ |
|
static |
| object_ptr<InputInlineQueryResult> td::td_api::savePreparedInlineMessage::result_ |
| int53 td::td_api::savePreparedInlineMessage::user_id_ |