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
Copy use statement
Belongs to
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_id long required
gift_emoji_id long required
background_emoji_id long required
accent_color int required
colors Vector <int >required
dark_accent_color int optional
dark_colors Vector <int >optional
Used by