#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| bytes | data_ |
| | The encrypted credentials.
|
| |
| bytes | hash_ |
| | The decrypted data hash.
|
| |
| bytes | secret_ |
| | Secret for data decryption, encrypted with the service's public key.
|
| |
|
| static const std::int32_t | ID = 1331106766 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains encrypted Telegram Passport data credentials.
Definition at line 20367 of file td_api.h.
◆ encryptedCredentials() [1/2]
| td::td_api::encryptedCredentials::encryptedCredentials |
( |
| ) |
|
Contains encrypted Telegram Passport data credentials.
◆ encryptedCredentials() [2/2]
| td::td_api::encryptedCredentials::encryptedCredentials |
( |
bytes const & |
data_, |
|
|
bytes const & |
hash_, |
|
|
bytes const & |
secret_ |
|
) |
| |
Contains encrypted Telegram Passport data credentials.
- Parameters
-
| [in] | data_ | The encrypted credentials. |
| [in] | hash_ | The decrypted data hash. |
| [in] | secret_ | Secret for data decryption, encrypted with the service's public key. |
◆ store()
| void td::td_api::encryptedCredentials::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::encryptedCredentials::data_ |
The encrypted credentials.
Definition at line 20378 of file td_api.h.
◆ hash_
| bytes td::td_api::encryptedCredentials::hash_ |
The decrypted data hash.
Definition at line 20380 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::encryptedCredentials::ID = 1331106766 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 20399 of file td_api.h.
◆ secret_
| bytes td::td_api::encryptedCredentials::secret_ |
Secret for data decryption, encrypted with the service's public key.
Definition at line 20382 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