TDLib
|
Inherits td::td_api::Update.
Public Member Functions | |
updateNewInlineCallbackQuery () | |
updateNewInlineCallbackQuery (int64 id_, int53 sender_user_id_, string const &inline_message_id_, int64 chat_instance_, object_ptr< CallbackQueryPayload > &&payload_) | |
std::int32_t | get_id () const final |
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 | inline_message_id_ |
Identifier of the inline message 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 = -319212358 |
Identifier uniquely determining a type of the object. | |
A new incoming callback query from a message sent via a bot; for bots only.
td::td_api::updateNewInlineCallbackQuery::updateNewInlineCallbackQuery | ( | ) |
A new incoming callback query from a message sent via a bot; for bots only.
td::td_api::updateNewInlineCallbackQuery::updateNewInlineCallbackQuery | ( | int64 | id_, |
int53 | sender_user_id_, | ||
string const & | inline_message_id_, | ||
int64 | chat_instance_, | ||
object_ptr< CallbackQueryPayload > && | payload_ | ||
) |
A new incoming callback query from a message sent via a bot; for bots only.
[in] | id_ | Unique query identifier. |
[in] | sender_user_id_ | Identifier of the user who sent the query. |
[in] | inline_message_id_ | Identifier of the inline message from which the query originated. |
[in] | chat_instance_ | An identifier uniquely corresponding to the chat a message was sent to. |
[in] | payload_ | Query payload. |
|
inlinefinalvirtual |
Returns identifier uniquely determining a type of the object.
Implements td::TlObject.
|
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.