803 B
803 B
title | description |
---|---|
decryptedMessageActionCommitKey20 | decryptedMessageActionCommitKey20 attributes, type and example |
Constructor: decryptedMessageActionCommitKey20
Attributes:
Name | Type | Required |
---|---|---|
exchange_id | long | Yes |
key_fingerprint | long | Yes |
Type: DecryptedMessageAction
Example:
$decryptedMessageActionCommitKey20 = ['_' => 'decryptedMessageActionCommitKey20', 'exchange_id' => long, 'key_fingerprint' => long, ];
Or, if you're into Lua:
decryptedMessageActionCommitKey20={_='decryptedMessageActionCommitKey20', exchange_id=long, key_fingerprint=long, }