--- title: decryptedMessageActionCommitKey20 description: decryptedMessageActionCommitKey20 attributes, type and example --- ## Constructor: decryptedMessageActionCommitKey20 [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: ``` $decryptedMessageActionCommitKey20 = ['_' => 'decryptedMessageActionCommitKey20', 'exchange_id' => long, 'key_fingerprint' => long, ]; ``` Or, if you're into Lua: ``` decryptedMessageActionCommitKey20={_='decryptedMessageActionCommitKey20', exchange_id=long, key_fingerprint=long, } ```