722 B
722 B
title | description | image |
---|---|---|
messageActionBotAllowed | Message action bot allowed | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionBotAllowed
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'}