- API ›
- Constructors ›
- InputPeerColorCollectible
InputPeerColorCollectible
---types--- inputPeerColorCollectible#b8ea86a9 collectible_id:long = PeerColor
Belongs to
| PeerColor |
In Rust this constructor is a variant of the enums::PeerColor enum.
Match on it with: if let enums::PeerColor::InputPeerColorCollectible(v) = result { ... }
Parameters
| collectible_id | long | required |
Used by
| UpdateColor |