MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageActionAcceptKey_20.md
2024-05-01 14:53:46 +02:00

32 lines
1.0 KiB
Markdown

---
title: "decryptedMessageActionAcceptKey"
description: "Accept new key"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: decryptedMessageActionAcceptKey\_20
[Back to constructors index](/API_docs/constructors/index.html)
Accept new key
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|exchange\_id|[long](/API_docs/types/long.html) | Yes|Exchange ID|
|g\_b|[bytes](/API_docs/types/bytes.html) | Yes|B parameter, see [rekeying process](https://core.telegram.org/api/end-to-end/pfs)|
|key\_fingerprint|[long](/API_docs/types/long.html) | Yes|Key fingerprint, see [rekeying process](https://core.telegram.org/api/end-to-end/pfs)|
### Type: [DecryptedMessageAction](/API_docs/types/DecryptedMessageAction.html)
### Example:
```
$decryptedMessageActionAcceptKey_20 = ['_' => 'decryptedMessageActionAcceptKey', 'exchange_id' => long, 'g_b' => 'bytes', 'key_fingerprint' => long];
```