925 B
925 B
title | description |
---|---|
decryptedMessageActionRequestKey | decryptedMessageActionRequestKey attributes, type and example |
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"}
Or, if you're into Lua:
decryptedMessageActionRequestKey_20={_='decryptedMessageActionRequestKey', exchange_id=long, g_a='bytes'}