Layer 220
constructor
inputPeerColorCollectible#b8ea86a9 collectible_id:long = PeerColor;

Parameters

Name Type Description
CollectibleId long

Returns

PeerColor

Gogram Example

// Creating InputPeerColorCollectible constructor
obj := &tg.InputPeerColorCollectible{
    CollectibleId: int64(0),
}