1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 08:19:38 +01:00
MadelineProto/docs/API_docs/constructors/decryptedMessageService8.md
2017-05-27 22:21:14 +01:00

685 B

title description
decryptedMessageService8 decryptedMessageService8 attributes, type and example

Constructor: decryptedMessageService8

Back to constructors index

Attributes:

Name Type Required
action DecryptedMessageAction Yes

Type: DecryptedMessage

Example:

$decryptedMessageService8 = ['_' => 'decryptedMessageService8', 'action' => DecryptedMessageAction, ];

Or, if you're into Lua:

decryptedMessageService8={_='decryptedMessageService8', action=DecryptedMessageAction, }