mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
709 B
709 B
title | description | nav_exclude | image |
---|---|---|---|
decryptedMessageActionAbortKey | Abort rekeying | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: decryptedMessageActionAbortKey_20
Abort rekeying
Attributes:
Name | Type | Required | Description |
---|---|---|---|
exchange_id | long | Yes | Exchange ID |
Type: DecryptedMessageAction
Example:
$decryptedMessageActionAbortKey_20 = ['_' => 'decryptedMessageActionAbortKey', 'exchange_id' => long];