|
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 | |
| updateNewBusinessCallbackQuery () | |
| updateNewBusinessCallbackQuery (int64 id_, int53 sender_user_id_, string const &connection_id_, object_ptr< businessMessage > &&message_, int64 chat_instance_, object_ptr< CallbackQueryPayload > &&payload_) | |
| 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 | |
| int64 | id_ |
| Unique query identifier. | |
| int53 | sender_user_id_ |
| Identifier of the user who sent the query. | |
| string | connection_id_ |
| Unique identifier of the business connection. | |
| object_ptr< businessMessage > | message_ |
| The message from the business account from which the query originated. | |
| int64 | chat_instance_ |
| An identifier uniquely corresponding to the chat a message was sent to. | |
| object_ptr< CallbackQueryPayload > | payload_ |
| Query payload. | |
Static Public Attributes | |
| static const std::int32_t | ID = 336745316 |
| Identifier uniquely determining a type of the object. | |
A new incoming callback query from a business message; for bots only.
| td::td_api::updateNewBusinessCallbackQuery::updateNewBusinessCallbackQuery | ( | ) |
A new incoming callback query from a business message; for bots only.
| td::td_api::updateNewBusinessCallbackQuery::updateNewBusinessCallbackQuery | ( | int64 | id_, |
| int53 | sender_user_id_, | ||
| string const & | connection_id_, | ||
| object_ptr< businessMessage > && | message_, | ||
| int64 | chat_instance_, | ||
| object_ptr< CallbackQueryPayload > && | payload_ | ||
| ) |
A new incoming callback query from a business message; for bots only.
| [in] | id_ | Unique query identifier. |
| [in] | sender_user_id_ | Identifier of the user who sent the query. |
| [in] | connection_id_ | Unique identifier of the business connection. |
| [in] | message_ | The message from the business account from which the query originated. |
| [in] | chat_instance_ | An identifier uniquely corresponding to the chat a message was sent to. |
| [in] | payload_ | Query payload. |
|
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.
| int64 td::td_api::updateNewBusinessCallbackQuery::chat_instance_ |
| string td::td_api::updateNewBusinessCallbackQuery::connection_id_ |
|
static |
| int64 td::td_api::updateNewBusinessCallbackQuery::id_ |
| object_ptr<businessMessage> td::td_api::updateNewBusinessCallbackQuery::message_ |
| object_ptr<CallbackQueryPayload> td::td_api::updateNewBusinessCallbackQuery::payload_ |
| int53 td::td_api::updateNewBusinessCallbackQuery::sender_user_id_ |