34 lines
515 B
Markdown
34 lines
515 B
Markdown
|
---
|
||
|
title: sendMessageCancelAction
|
||
|
description: Send message cancel action
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: sendMessageCancelAction
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Send message cancel action
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](../types/SendMessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$sendMessageCancelAction = ['_' => 'sendMessageCancelAction'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
sendMessageCancelAction={_='sendMessageCancelAction'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|