#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| 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.
Definition at line 19477 of file td_api.h.
◆ emailAddressAuthenticationCodeInfo() [1/2]
| td::td_api::emailAddressAuthenticationCodeInfo::emailAddressAuthenticationCodeInfo |
( |
| ) |
|
Information about the email address authentication code that was sent.
◆ emailAddressAuthenticationCodeInfo() [2/2]
| td::td_api::emailAddressAuthenticationCodeInfo::emailAddressAuthenticationCodeInfo |
( |
string const & |
email_address_pattern_, |
|
|
int32 |
length_ |
|
) |
| |
Information about the email address authentication code that was sent.
- Parameters
-
| [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. |
◆ store()
| void td::td_api::emailAddressAuthenticationCodeInfo::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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ email_address_pattern_
| string td::td_api::emailAddressAuthenticationCodeInfo::email_address_pattern_ |
Pattern of the email address to which an authentication code was sent.
Definition at line 19488 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::emailAddressAuthenticationCodeInfo::ID = 1151066659 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 19506 of file td_api.h.
◆ length_
| int32 td::td_api::emailAddressAuthenticationCodeInfo::length_ |
Length of the code; 0 if unknown.
Definition at line 19490 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h