mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
870 B
870 B
title | description |
---|---|
decryptedMessageActionAcceptKey20 | decryptedMessageActionAcceptKey20 attributes, type and example |
Constructor: decryptedMessageActionAcceptKey20
Attributes:
Name | Type | Required |
---|---|---|
exchange_id | long | Yes |
g_b | bytes | Yes |
key_fingerprint | long | Yes |
Type: DecryptedMessageAction
Example:
$decryptedMessageActionAcceptKey20 = ['_' => 'decryptedMessageActionAcceptKey20', 'exchange_id' => long, 'g_b' => bytes, 'key_fingerprint' => long, ];
Or, if you're into Lua:
decryptedMessageActionAcceptKey20={_='decryptedMessageActionAcceptKey20', exchange_id=long, g_b=bytes, key_fingerprint=long, }