Constructor: botAppSettings
Mini app » settings
Attributes:
Name | Type | Required | Description |
---|---|---|---|
placeholder_path | bytes | Optional | SVG placeholder logo, compressed using the same format used for vector thumbnails ». |
background_color | int | Optional | Default light mode background color |
background_dark_color | int | Optional | Default dark mode background color |
header_color | int | Optional | Default light mode header color |
header_dark_color | int | Optional | Default dark mode header color |
Type: BotAppSettings
Example:
$botAppSettings = ['_' => 'botAppSettings', 'placeholder_path' => 'bytes', 'background_color' => int, 'background_dark_color' => int, 'header_color' => int, 'header_dark_color' => int];