Package org.drinkless.tdlib
Class TdApi.GetCollectibleItemInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.CollectibleItemInfo>
org.drinkless.tdlib.TdApi.GetCollectibleItemInfo
- Enclosing class:
- TdApi
Returns information about a given collectible item that was purchased at https://fragment.com.
Returns CollectibleItemInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Type of the collectible item. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns information about a given collectible item that was purchased at https://fragment.com.Creates a function, which returns information about a given collectible item that was purchased at https://fragment.com. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
type
Type of the collectible item. The item must be used by a user and must be visible to the current user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetCollectibleItemInfo
public GetCollectibleItemInfo()Default constructor for a function, which returns information about a given collectible item that was purchased at https://fragment.com.Returns
CollectibleItemInfo -
GetCollectibleItemInfo
Creates a function, which returns information about a given collectible item that was purchased at https://fragment.com.Returns
CollectibleItemInfo- Parameters:
type- Type of the collectible item. The item must be used by a user and must be visible to the current user.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-