Skip to main content

messageActionBotAllowed

We have given the bot permission to send us direct messages. The optional fields specify how did we authorize the bot to send us messages.

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

Implements MessageAction.

Fields

NameTypeRequiredDescription
AttachMenuboolWe have authorized the bot to send us messages by installing the bot's attachment menu.
FromRequestboolWe have allowed the bot to send us messages using bots.allowSendMessage ».
DomainstringWe have authorized the bot to send us messages by logging into a website via Telegram Login »; this field contains the domain name of the website on which the user has logged in.
AppBotAppClassWe have authorized the bot to send us messages by opening the specified bot mini app.

References