MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageActionAbortKey_20.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

45 lines
949 B
Markdown

---
title: decryptedMessageActionAbortKey
description: Decrypted message action abort key
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: decryptedMessageActionAbortKey\_20
[Back to constructors index](index.md)
Decrypted message action abort key
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|exchange\_id|[long](../types/long.md) | Yes|Exchange ID|
### Type: [DecryptedMessageAction](../types/DecryptedMessageAction.md)
### Example:
```php
$decryptedMessageActionAbortKey_20 = ['_' => 'decryptedMessageActionAbortKey', 'exchange_id' => long];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "decryptedMessageActionAbortKey", "exchange_id": long}
```
Or, if you're into Lua:
```lua
decryptedMessageActionAbortKey_20={_='decryptedMessageActionAbortKey', exchange_id=long}
```