PeerColorCollectible

---types---
peerColorCollectible#b9c0639a collectible_id:long gift_emoji_id:long background_emoji_id:long accent_color:int colors:Vector<int> dark_accent_color:flags.0?int dark_colors:flags.1?Vector<int> = PeerColor

Belongs to

PeerColor

In Rust this constructor is a variant of the enums::PeerColor enum.
Match on it with: if let enums::PeerColor::PeerColorCollectible(v) = result { ... }

Parameters

collectible_idlongrequired
gift_emoji_idlongrequired
background_emoji_idlongrequired
accent_colorintrequired
colorsVector<int>required
dark_accent_colorintoptional
dark_colorsVector<int>optional

Used by

UpdateColor