mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
494 B
494 B
title | description |
---|---|
messageActionEmpty | messageActionEmpty attributes, type and example |
Constructor: messageActionEmpty
Attributes:
Name | Type | Required |
---|
Type: MessageAction
Example:
$messageActionEmpty = ['_' => 'messageActionEmpty', ];
Or, if you're into Lua:
messageActionEmpty={_='messageActionEmpty', }