36 lines
697 B
Markdown
36 lines
697 B
Markdown
---
|
|
title: decryptedMessageActionAbortKey20
|
|
description: decryptedMessageActionAbortKey20 attributes, type and example
|
|
---
|
|
## Constructor: decryptedMessageActionAbortKey20
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|exchange\_id|[long](../types/long.md) | Yes|
|
|
|
|
|
|
|
|
### Type: [DecryptedMessageAction](../types/DecryptedMessageAction.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$decryptedMessageActionAbortKey20 = ['_' => 'decryptedMessageActionAbortKey20', 'exchange_id' => long, ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
decryptedMessageActionAbortKey20={_='decryptedMessageActionAbortKey20', exchange_id=long, }
|
|
|
|
```
|
|
|
|
|