MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageActionAbortKey_20.md

30 lines
709 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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];
```