MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageActionRequestKey_20.md
2018-04-01 13:24:46 +02:00

925 B

title description
decryptedMessageActionRequestKey decryptedMessageActionRequestKey attributes, type and example

Constructor: decryptedMessageActionRequestKey_20

Back to constructors index

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'}