MadelineProto/docs/API_docs/constructors/decryptedMessageService17.md
2017-05-27 22:21:14 +01:00

692 B

title description
decryptedMessageService17 decryptedMessageService17 attributes, type and example

Constructor: decryptedMessageService17

Back to constructors index

Attributes:

Name Type Required
action DecryptedMessageAction Yes

Type: DecryptedMessage

Example:

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

Or, if you're into Lua:

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