MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageActionCommi...

940 B

title description image
decryptedMessageActionCommitKey Decrypted message action commit key https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: decryptedMessageActionCommitKey_20

Back to constructors index

Decrypted message action commit key

Attributes:

Name Type Required Description
exchange_id long Yes Exchange ID
key_fingerprint long Yes Key fingerprint

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}