1.1 KiB
1.1 KiB
title | description | image |
---|---|---|
decryptedMessageActionRequestKey | Request rekeying, see [rekeying process](https://core.telegram.org/api/end-to-end/pfs) | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: decryptedMessageActionRequestKey_20
Request rekeying, see rekeying process
Attributes:
Name | Type | Required | Description |
---|---|---|---|
exchange_id | long | Yes | Exchange ID |
g_a | bytes | Yes | g_a, see rekeying process |
Type: DecryptedMessageAction
Example:
$decryptedMessageActionRequestKey_20 = ['_' => 'decryptedMessageActionRequestKey', 'exchange_id' => long, 'g_a' => 'bytes'];
Or, if you're into Lua:
decryptedMessageActionRequestKey_20={_='decryptedMessageActionRequestKey', exchange_id=long, g_a='bytes'}