BotAppSettings
- class pyrogram.raw.types.BotAppSettings
Mini app » settings
Constructor of
BotAppSettings.- Details:
Layer:
223ID:
C99B1950
- Parameters:
placeholder_path (
bytes, optional) – SVG placeholder logo, compressed using the same format used for vector thumbnails ».background_color (
int32-bit, optional) – Default light mode background colorbackground_dark_color (
int32-bit, optional) – Default dark mode background colorheader_color (
int32-bit, optional) – Default light mode header colorheader_dark_color (
int32-bit, optional) – Default dark mode header color
TL Schema
botAppSettings#c99b1950
flags:#
placeholder_path:flags.0?bytes
background_color:flags.1?int
background_dark_color:flags.2?int
header_color:flags.3?int
header_dark_color:flags.4?int
= BotAppSettings
Parameter Tree
BotAppSettings
├── placeholder_path →
bytes (optional)├── background_color →
int (optional)├── background_dark_color →
int (optional)├── header_color →
int (optional)└── header_dark_color →
int (optional)Example
BotAppSettings(
)