mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
25 lines
623 B
Markdown
25 lines
623 B
Markdown
|
---
|
||
|
title: "sendMessageCancelAction"
|
||
|
description: "Invalidate all previous action updates. E.g. when user deletes entered text or aborts a video upload."
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: sendMessageCancelAction
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Invalidate all previous action updates. E.g. when user deletes entered text or aborts a video upload.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [SendMessageAction](/API_docs/types/SendMessageAction.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$sendMessageCancelAction = ['_' => 'sendMessageCancelAction'];
|
||
|
```
|