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