public static class TdApi.GetPhoneNumberInfo extends TdApi.Function
Returns PhoneNumberInfo
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
phoneNumberPrefix
The phone number prefix.
|
Constructor and Description |
---|
GetPhoneNumberInfo()
Default constructor for a function, which returns information about a phone number by its prefix.
|
GetPhoneNumberInfo(java.lang.String phoneNumberPrefix)
Creates a function, which returns information about a phone number by its prefix.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String phoneNumberPrefix
public static final int CONSTRUCTOR
public GetPhoneNumberInfo()
Returns PhoneNumberInfo
public GetPhoneNumberInfo(java.lang.String phoneNumberPrefix)
Returns PhoneNumberInfo
phoneNumberPrefix
- The phone number prefix.public int getConstructor()
getConstructor
in class TdApi.Function