public static class TdApi.CollectibleItemTypePhoneNumber extends TdApi.CollectibleItemType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
phoneNumber
The phone number.
|
| Constructor and Description |
|---|
CollectibleItemTypePhoneNumber()
A phone number.
|
CollectibleItemTypePhoneNumber(java.lang.String phoneNumber)
A phone number.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String phoneNumber
public static final int CONSTRUCTOR
public CollectibleItemTypePhoneNumber()
public CollectibleItemTypePhoneNumber(java.lang.String phoneNumber)
phoneNumber - The phone number.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object