1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:37:49 +01:00
MadelineProto/docs/API_docs/constructors/decryptedMessageActionAbortKey20.md
2017-05-27 22:21:14 +01:00

697 B

title description
decryptedMessageActionAbortKey20 decryptedMessageActionAbortKey20 attributes, type and example

Constructor: decryptedMessageActionAbortKey20

Back to constructors index

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