Class TdApi.GetCollectibleItemInfo

Enclosing class:
TdApi

public static class TdApi.GetCollectibleItemInfo extends TdApi.Function<TdApi.CollectibleItemInfo>
Returns information about a given collectible item that was purchased at https://fragment.com.

Returns CollectibleItemInfo

  • 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 CONSTRUCTOR
      Identifier 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

      public GetCollectibleItemInfo(TdApi.CollectibleItemType type)
      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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR