Inherits Object.
Information about the email address authentication code that was sent.
Public Fields | |
string | email_address_pattern_ |
Pattern of the email address to which an authentication code was sent. | |
int32 | length_ |
Length of the code; 0 if unknown. | |
Public Instance Methods | |
emailAddressAuthenticationCodeInfo () | |
emailAddressAuthenticationCodeInfo (string const &email_address_pattern_, int32 length_) | |
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 = 1151066659 |
Identifier uniquely determining a type of the object. | |
Information about the email address authentication code that was sent.
emailAddressAuthenticationCodeInfo | ( | string const & | email_address_pattern_, |
int32 | length_ | ||
) |
Information about the email address authentication code that was sent.
[in] | email_address_pattern_ | Pattern of the email address to which an authentication code was sent. |
[in] | length_ | Length of the code; 0 if unknown. |
|
finalvirtual |