mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
30 lines
709 B
Markdown
30 lines
709 B
Markdown
|
---
|
||
|
title: "decryptedMessageActionAbortKey"
|
||
|
description: "Abort rekeying"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: decryptedMessageActionAbortKey\_20
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
Abort rekeying
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|exchange\_id|[long](/API_docs/types/long.html) | Yes|Exchange ID|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [DecryptedMessageAction](/API_docs/types/DecryptedMessageAction.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$decryptedMessageActionAbortKey_20 = ['_' => 'decryptedMessageActionAbortKey', 'exchange_id' => long];
|
||
|
```
|