public static class TdApi.ResendPhoneNumberCode extends TdApi.Function<TdApi.AuthenticationCodeInfo>
Returns AuthenticationCodeInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ResendCodeReason |
reason
Reason of code resending; pass null if unknown.
|
| Constructor and Description |
|---|
ResendPhoneNumberCode()
Default constructor for a function, which resends the authentication code sent to a phone number.
|
ResendPhoneNumberCode(TdApi.ResendCodeReason reason)
Creates a function, which resends the authentication code sent to a phone number.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ResendCodeReason reason
public static final int CONSTRUCTOR
public ResendPhoneNumberCode()
Returns AuthenticationCodeInfo
public ResendPhoneNumberCode(TdApi.ResendCodeReason reason)
Returns AuthenticationCodeInfo
reason - Reason of code resending; pass null if unknown.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object