mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
799 B
799 B
title | description |
---|---|
decryptedMessageActionCommitKey | decryptedMessageActionCommitKey attributes, type and example |
Constructor: decryptedMessageActionCommitKey_20
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, }