botAppSettings
Mini app » settings
type tg.BotAppSettings struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
PlaceholderPath | []byte | — | SVG placeholder logo, compressed using the same format used for vector thumbnails ». |
BackgroundColor | int | — | Default light mode background color |
BackgroundDarkColor | int | — | Default dark mode background color |
HeaderColor | int | — | Default light mode header color |
HeaderDarkColor | int | — | Default dark mode header color |
References
- Official documentation
- Generated Go reference
- TL definition:
botAppSettings#c99b1950