Interface GetCollectibleItemInfo

Returns information about a given collectible item that was purchased at https://fragment.com. Request type for Tdjson#getCollectibleItemInfo.

interface GetCollectibleItemInfo {
    @type: "getCollectibleItemInfo";
    type: CollectibleItemType;
}

Properties

Properties

@type: "getCollectibleItemInfo"

Type of the collectible item. The item must be used by a user and must be visible to the current user.