mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
537 B
537 B
title | description |
---|---|
sendMessageCancelAction | sendMessageCancelAction attributes, type and example |
Constructor: sendMessageCancelAction
Attributes:
Name | Type | Required |
---|
Type: SendMessageAction
Example:
$sendMessageCancelAction = ['_' => 'sendMessageCancelAction', ];
Or, if you're into Lua:
sendMessageCancelAction={_='sendMessageCancelAction', }