public static class TdApi.GetCollectibleItemInfo extends TdApi.Function<TdApi.CollectibleItemInfo>
Returns CollectibleItemInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.CollectibleItemType |
type
Type of the collectible item.
|
| Constructor and Description |
|---|
GetCollectibleItemInfo()
Default constructor for a function, which returns information about a given collectible item that was purchased at https://fragment.com.
|
GetCollectibleItemInfo(TdApi.CollectibleItemType type)
Creates a function, which returns information about a given collectible item that was purchased at https://fragment.com.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.CollectibleItemType type
public static final int CONSTRUCTOR
public GetCollectibleItemInfo()
Returns CollectibleItemInfo
public GetCollectibleItemInfo(TdApi.CollectibleItemType type)
Returns CollectibleItemInfo
type - Type of the collectible item. The item must be used by a user and must be visible to the current user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object