mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
818 B
818 B
title | description | nav_exclude | image |
---|---|---|---|
messageActionCustomAction | Custom action (most likely not supported by the current layer, an upgrade might be needed) | true | 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'];