MadelineProto/docs/API_docs/constructors/sendMessageCancelAction.md

38 lines
541 B
Markdown
Raw Normal View History

2017-05-28 04:49:19 +02:00
---
title: sendMessageCancelAction
2017-08-25 15:05:53 +02:00
description: sendMessageCancelAction attributes, type and example
2017-05-28 04:49:19 +02:00
---
## Constructor: sendMessageCancelAction
[Back to constructors index](index.md)
### Type: [SendMessageAction](../types/SendMessageAction.md)
### Example:
```
2017-07-23 16:33:46 +02:00
$sendMessageCancelAction = ['_' => 'sendMessageCancelAction'];
2017-05-28 04:49:19 +02:00
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
2017-07-23 16:33:46 +02:00
{"_": "sendMessageCancelAction"}
2017-07-23 16:11:02 +02:00
```
2017-05-28 04:49:19 +02:00
Or, if you're into Lua:
```
2017-07-23 16:33:46 +02:00
sendMessageCancelAction={_='sendMessageCancelAction'}
2017-05-28 04:49:19 +02:00
```