fragment.getCollectibleInfo
Layer 225
Constructor ID: 0xbe1e85ba
Returns: CollectibleInfo
Parameters
| Name | Type | Description |
|---|---|---|
collectible | InputCollectible |
Example
go
result, err := client.Raw(&tg.GetCollectibleInfoRequest{
collectible: nil, // InputCollectible
})
if err != nil {
panic(err)
}
print(result)