MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageActionAbort...

777 B

title description image
decryptedMessageActionAbortKey Abort rekeying https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: decryptedMessageActionAbortKey_20

Back to constructors index

Abort rekeying

Attributes:

Name Type Required Description
exchange_id long Yes Exchange ID

Type: DecryptedMessageAction

Example:

$decryptedMessageActionAbortKey_20 = ['_' => 'decryptedMessageActionAbortKey', 'exchange_id' => long];

Or, if you're into Lua:

decryptedMessageActionAbortKey_20={_='decryptedMessageActionAbortKey', exchange_id=long}