Layer 220
FragmentGetCollectibleInfo
Fetch information about a fragment collectible, see here for more info on the full flow.
method
Users
fragment.getCollectibleInfo#be1e85ba collectible:InputCollectible = fragment.CollectibleInfo;
Parameters
| Name | Type | Description |
|---|---|---|
| Collectible | InputCollectible | Collectible to fetch info about. |
Returns
fragment.CollectibleInfoPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | COLLECTIBLE_INVALID | The specified collectible is invalid. |
| 400 | COLLECTIBLE_NOT_FOUND | The specified collectible could not be found. |
Gogram Example
// FragmentGetCollectibleInfo - positional arguments result, err := client.FragmentGetCollectibleInfo(&tg.InputCollectible{}) if err != nil { // handle error } // result is *tg.FragmentCollectibleInfo