873 B
873 B
title | description | image |
---|---|---|
messageActionCustomAction | Custom action (most likely not supported by the current layer, an upgrade might be needed) | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionCustomAction
Custom action (most likely not supported by the current layer, an upgrade might be needed)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
message | string | Yes | Action message |
Type: MessageAction
Example:
$messageActionCustomAction = ['_' => 'messageActionCustomAction', 'message' => 'string'];
Or, if you're into Lua:
messageActionCustomAction={_='messageActionCustomAction', message='string'}