Inherits Function.
Sends phone number confirmation code to handle links of the type internalLinkTypePhoneNumberConfirmation.
Returns object_ptr<AuthenticationCodeInfo>.
|
static const std::int32_t | ID = -1901171495 |
| Identifier uniquely determining a type of the object.
|
|
◆ sendPhoneNumberConfirmationCode() [1/2]
◆ sendPhoneNumberConfirmationCode() [2/2]
Creates a function, which sends phone number confirmation code to handle links of the type internalLinkTypePhoneNumberConfirmation.
Returns object_ptr<AuthenticationCodeInfo>.
- Parameters
-
[in] | hash_ | Hash value from the link. |
[in] | phone_number_ | Phone number value from the link. |
[in] | settings_ | Settings for the authentication of the user's phone number; pass null to use default settings. |
◆ 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] | s | Storer to which object string representation will be appended. |
[in] | field_name | Object field_name if applicable. |
Implements TlObject.
The documentation for this class was generated from the following file: