MadelineProtoDocs/docs/API_docs/constructors/messageActionBotAllowed.md

722 B

title description image
messageActionBotAllowed Message action bot allowed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageActionBotAllowed

Back to constructors index

Message action bot allowed

Attributes:

Name Type Required Description
domain string Yes Domain

Type: MessageAction

Example:

$messageActionBotAllowed = ['_' => 'messageActionBotAllowed', 'domain' => 'string'];

Or, if you're into Lua:

messageActionBotAllowed={_='messageActionBotAllowed', domain='string'}