Inherits Object.
Contains encrypted Telegram Passport data credentials.
Public Fields | |
bytes | data_ |
The encrypted credentials. | |
bytes | hash_ |
The decrypted data hash. | |
bytes | secret_ |
Secret for data decryption, encrypted with the service's public key. | |
Public Instance Methods | |
encryptedCredentials () | |
encryptedCredentials (bytes const &data_, bytes const &hash_, bytes const &secret_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from 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 |
Static Public Attributes | |
static const std::int32_t | ID = 1331106766 |
Identifier uniquely determining a type of the object. | |
Contains encrypted Telegram Passport data credentials.
encryptedCredentials | ( | bytes const & | data_, |
bytes const & | hash_, | ||
bytes const & | secret_ | ||
) |
Contains encrypted Telegram Passport data credentials.
[in] | data_ | The encrypted credentials. |
[in] | hash_ | The decrypted data hash. |
[in] | secret_ | Secret for data decryption, encrypted with the service's public key. |
|
finalvirtual |