Constructor: botAppSettings
Attributes:
Name | Type | Required |
---|---|---|
placeholder_path | bytes | Optional |
background_color | int | Optional |
background_dark_color | int | Optional |
header_color | int | Optional |
header_dark_color | int | Optional |
Type: BotAppSettings
Example:
$botAppSettings = ['_' => 'botAppSettings', 'placeholder_path' => 'bytes', 'background_color' => int, 'background_dark_color' => int, 'header_color' => int, 'header_dark_color' => int];