messages.botApp
Contains information about a direct link Mini App
type tg.MessagesBotApp struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Inactive | bool | — | Whether the web app was never used by the user, and confirmation must be asked from the user before opening it. |
RequestWriteAccess | bool | — | The bot is asking permission to send messages to the user: if the user agrees, set the write_allowed flag when invoking messages.requestAppWebView. |
HasSettings | bool | — | Deprecated flag, can be ignored. |
App | BotAppClass | yes | Bot app information |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
messages.botApp#eb50adf5