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

1.2 KiB

title description image
decryptedMessageActionCommitKey Commit new key, see [rekeying process](https://core.telegram.org/api/end-to-end/pfs) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: decryptedMessageActionCommitKey_20

Back to constructors index

Commit new key, see rekeying process

Attributes:

Name Type Required Description
exchange_id long Yes Exchange ID, see rekeying process
key_fingerprint long Yes Key fingerprint, see rekeying process

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}