Layer 220
method Users
fragment.getCollectibleInfo#be1e85ba collectible:InputCollectible = fragment.CollectibleInfo;

Parameters

Name Type Description
Collectible InputCollectible Collectible to fetch info about.

Possible 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