MadelineProto/docs/API_docs/constructors/decryptedMessageActionCommitKey_20.md
2017-05-28 03:49:19 +01:00

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, }
```