tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::encryptedCredentials Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::encryptedCredentials:
td::td_api::Object td::TlObject

Public Member Functions

 encryptedCredentials ()
 
 encryptedCredentials (bytes const &data_, bytes const &hash_, bytes const &secret_)
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

bytes data_
 The encrypted credentials.
 
bytes hash_
 The decrypted data hash.
 
bytes secret_
 Secret for data decryption, encrypted with the service&#x27;s public key.
 

Static Public Attributes

static const std::int32_t ID = 1331106766
 Identifier uniquely determining a type of the object.
 

Detailed Description

Contains encrypted Telegram Passport data credentials.

Definition at line 20367 of file td_api.h.

Constructor & Destructor Documentation

◆ 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&#x27;s public key.

Member Function Documentation

◆ 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ 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&#x27;s public key.

Definition at line 20382 of file td_api.h.


The documentation for this class was generated from the following file: