MadelineProtoDocs/docs/API_docs/constructors/messageActionBotAllowed.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

846 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'];

PWRTelegram json-encoded version:

{"_": "messageActionBotAllowed", "domain": "string"}

Or, if you're into Lua:

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