997 B
997 B
title | description | image |
---|---|---|
messageActionBotAllowed | The domain name of the website on which the user has logged in. [More about Telegram Login »](https://core.telegram.org/widgets/login) | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionBotAllowed
The domain name of the website on which the user has logged in. More about Telegram Login »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
domain | string | Yes | The domain name of the website on which the user has logged in. |
Type: MessageAction
Example:
$messageActionBotAllowed = ['_' => 'messageActionBotAllowed', 'domain' => 'string'];
Or, if you're into Lua:
messageActionBotAllowed={_='messageActionBotAllowed', domain='string'}