List of all members | Public Fields | Public Instance Methods | Static Public Attributes
encryptedCredentials Class Referencefinal

Inherits Object.

Description

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_)
 
std::int32_t get_id () const final
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ encryptedCredentials() [1/2]

Contains encrypted Telegram Passport data credentials.

◆ encryptedCredentials() [2/2]

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.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void 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 TlObject.


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