MadelineProto/docs/API_docs/constructors/decryptedMessageActionCommitKey_20.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

954 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];

PWRTelegram json-encoded version:

{"_": "decryptedMessageActionCommitKey", "exchange_id": long, "key_fingerprint": long}

Or, if you're into Lua:

decryptedMessageActionCommitKey_20={_='decryptedMessageActionCommitKey', exchange_id=long, key_fingerprint=long}