Layer 224
InputPeerColorCollectible
Peer color from collectible
constructor
inputPeerColorCollectible#b8ea86a9 collectible_id:long = PeerColor;
Parameters
| Name | Type | Description |
|---|---|---|
| CollectibleId | long | Collectible ID |
Returns
PeerColorGogram Example
// Creating InputPeerColorCollectible constructor obj := &tg.InputPeerColorCollectible{ CollectibleId: int64(1234567890), }