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

799 B

title description
decryptedMessageActionCommitKey decryptedMessageActionCommitKey attributes, type and example

Constructor: decryptedMessageActionCommitKey_20

Back to constructors index

Attributes:

Name Type Required
exchange_id long Yes
key_fingerprint long Yes

Type: DecryptedMessageAction

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