Inherits AuthenticationCodeType.
An authentication code is delivered by an immediately canceled call to the specified phone number. The last digits of the phone number that calls are the code that must be entered manually by the user.
Public Fields | |
string | phone_number_prefix_ |
Prefix of the phone number from which the call will be made. | |
int32 | length_ |
Number of digits in the code, excluding the prefix. | |
Public Instance Methods | |
authenticationCodeTypeMissedCall () | |
authenticationCodeTypeMissedCall (string const &phone_number_prefix_, int32 length_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = 700123783 |
Identifier uniquely determining a type of the object. | |
An authentication code is delivered by an immediately canceled call to the specified phone number. The last digits of the phone number that calls are the code that must be entered manually by the user.
authenticationCodeTypeMissedCall | ( | string const & | phone_number_prefix_, |
int32 | length_ | ||
) |
An authentication code is delivered by an immediately canceled call to the specified phone number. The last digits of the phone number that calls are the code that must be entered manually by the user.
[in] | phone_number_prefix_ | Prefix of the phone number from which the call will be made. |
[in] | length_ | Number of digits in the code, excluding the prefix. |
|
finalvirtual |