MadelineProtoDocs/old_docs/API_docs_v105/constructors/messageActionBotAllowed.md
2019-09-13 17:13:55 +02:00

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'}