public static class TdApi.CheckPhoneNumberVerificationCode extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
java.lang.String |
code
Verification code to check.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
CheckPhoneNumberVerificationCode()
Default constructor for a function, which checks the phone number verification code for Telegram Passport.
|
CheckPhoneNumberVerificationCode(java.lang.String code)
Creates a function, which checks the phone number verification code for Telegram Passport.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String code
public static final int CONSTRUCTOR
public CheckPhoneNumberVerificationCode()
Returns Ok
public CheckPhoneNumberVerificationCode(java.lang.String code)
Returns Ok
code
- Verification code to check.public int getConstructor()
getConstructor
in class TdApi.Function