Skip to main content

messages.botApp

Contains information about a direct link Mini App

type tg.MessagesBotApp struct { /* ... */ }

Fields

NameTypeRequiredDescription
InactiveboolWhether the web app was never used by the user, and confirmation must be asked from the user before opening it.
RequestWriteAccessboolThe bot is asking permission to send messages to the user: if the user agrees, set the write_allowed flag when invoking messages.requestAppWebView.
HasSettingsboolDeprecated flag, can be ignored.
AppBotAppClassyesBot app information

Returned by

References