Link Search Menu Expand Document

Constructor: peerColorCollectible

Back to constructors index

Attributes:

NameTypeRequired
collectible_idlongYes
gift_emoji_idlongYes
background_emoji_idlongYes
accent_colorintYes
colorsArray of intYes
dark_accent_colorintOptional
dark_colorsArray of intOptional

Type: PeerColor

Example:

$peerColorCollectible = ['_' => 'peerColorCollectible', 'collectible_id' => long, 'gift_emoji_id' => long, 'background_emoji_id' => long, 'accent_color' => int, 'colors' => [int, int], 'dark_accent_color' => int, 'dark_colors' => [int, int]];