#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| string | password_ |
| | The 2-step verification password for the current user.
|
| |
| bytes | data_ |
| | Data that was attached to the callback button.
|
| |
|
| static const std::int32_t | ID = 1340266738 |
| | Identifier uniquely determining a type of the object.
|
| |
The payload for a callback button requiring password.
Definition at line 7924 of file td_api.h.
◆ callbackQueryPayloadDataWithPassword() [1/2]
| td::td_api::callbackQueryPayloadDataWithPassword::callbackQueryPayloadDataWithPassword |
( |
| ) |
|
The payload for a callback button requiring password.
◆ callbackQueryPayloadDataWithPassword() [2/2]
| td::td_api::callbackQueryPayloadDataWithPassword::callbackQueryPayloadDataWithPassword |
( |
string const & |
password_, |
|
|
bytes const & |
data_ |
|
) |
| |
The payload for a callback button requiring password.
- Parameters
-
| [in] | password_ | The 2-step verification password for the current user. |
| [in] | data_ | Data that was attached to the callback button. |
◆ store()
| void td::td_api::callbackQueryPayloadDataWithPassword::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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ data_
| bytes td::td_api::callbackQueryPayloadDataWithPassword::data_ |
Data that was attached to the callback button.
Definition at line 7937 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::callbackQueryPayloadDataWithPassword::ID = 1340266738 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 7953 of file td_api.h.
◆ password_
| string td::td_api::callbackQueryPayloadDataWithPassword::password_ |
The 2-step verification password for the current user.
Definition at line 7935 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h