1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
decryptedMessageActionRequestKey | decryptedMessageActionRequestKey attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: decryptedMessageActionRequestKey_20
Attributes:
Name | Type | Required |
---|---|---|
exchange_id | long | Yes |
g_a | bytes | Yes |
Type: DecryptedMessageAction
Example:
$decryptedMessageActionRequestKey_20 = ['_' => 'decryptedMessageActionRequestKey', 'exchange_id' => long, 'g_a' => 'bytes'];
PWRTelegram json-encoded version:
{"_": "decryptedMessageActionRequestKey", "exchange_id": long, "g_a": {"_": "bytes", "bytes":"base64 encoded bytes"}}
Or, if you're into Lua:
decryptedMessageActionRequestKey_20={_='decryptedMessageActionRequestKey', exchange_id=long, g_a='bytes'}