public static class TdApi.GetPhoneNumberInfo extends TdApi.Function<TdApi.PhoneNumberInfo>
Returns PhoneNumberInfo
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object