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