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

Parameters

Name Type Description
CollectibleId long Collectible ID

Returns

PeerColor

Gogram Example

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