InputPeerColorCollectible

class pyrogram.raw.types.InputPeerColorCollectible

{schema}

Constructor of PeerColor.

Details:
  • Layer: 223

  • ID: B8EA86A9

Parameters:

collectible_id (int 64-bit)

TL Schema

inputPeerColorCollectible#b8ea86a9
collectible_id:long

= PeerColor

Parameter Tree

InputPeerColorCollectible
└── collectible_idlong

Example

InputPeerColorCollectible(
    collectible_id=0,
)