Link Search Menu Expand Document

Constructor: messageActionBotAllowed

Back to constructors index

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.

Attributes:

NameTypeRequiredDescription
attach_menuBoolOptionalWe have authorized the bot to send us messages by installing the bot’s attachment menu.
from_requestBoolOptional
domainstringOptionalWe 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.
appBotAppOptionalWe have authorized the bot to send us messages by opening the specified bot web app.

Type: MessageAction

Example:

$messageActionBotAllowed = ['_' => 'messageActionBotAllowed', 'attach_menu' => Bool, 'from_request' => Bool, 'domain' => 'string', 'app' => BotApp];