mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
955 B
955 B
title | description | nav_exclude | image |
---|---|---|---|
decryptedMessageActionRequestKey | Request rekeying, see rekeying process | true | 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'];