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