TDLib
Loading...
Searching...
No Matches
td::td_api::encryptedCredentials Class Referencefinal

Inherits td::td_api::Object.

Public Member Functions

 encryptedCredentials ()
 
 encryptedCredentials (bytes const &data_, bytes const &hash_, bytes const &secret_)
 
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
 
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'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.

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's public key.

Member Function Documentation

◆ get_id()

std::int32_t td::td_api::encryptedCredentials::get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements td::TlObject.

◆ 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.


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