Constructor: attachMenuBotIconColor
Represents an attachment menu icon color for bot mini apps »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | One of the following values: light_icon - Color of the attachment menu icon (light mode) light_text - Color of the attachment menu label, once selected (light mode) dark_icon - Color of the attachment menu icon (dark mode) dark_text - Color of the attachment menu label, once selected (dark mode) |
color | int | Yes | Color in RGB24 format |
Type: AttachMenuBotIconColor
Example:
$attachMenuBotIconColor = ['_' => 'attachMenuBotIconColor', 'name' => 'string', 'color' => int];