Constructor: peerColor
Represents a color palette ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
color | int | Optional | Color palette ID, see here » for more info; if not set, the default palette should be used. |
background_emoji_id | long | Optional | Optional custom emoji ID used to generate the pattern. |
Type: PeerColor
Example:
$peerColor = ['_' => 'peerColor', 'color' => int, 'background_emoji_id' => long];