Layer 227
InputPeerColorCollectible
Represents a color palette associated to a collectible gift, see here for more info.
constructor
inputPeerColorCollectible#b8ea86a9 collectible_id:long = PeerColor;
Parameters
| Name | Type | Description |
|---|---|---|
| CollectibleId | long | ID of the collectible gift. |
Returns
PeerColorGogram Example
// Creating InputPeerColorCollectible constructor obj := &tg.InputPeerColorCollectible{ CollectibleId: int64(1234567890), }