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

36 lines
685 B
Markdown

---
title: decryptedMessageService8
description: decryptedMessageService8 attributes, type and example
---
## Constructor: decryptedMessageService8
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|action|[DecryptedMessageAction](../types/DecryptedMessageAction.md) | Yes|
### Type: [DecryptedMessage](../types/DecryptedMessage.md)
### Example:
```
$decryptedMessageService8 = ['_' => 'decryptedMessageService8', 'action' => DecryptedMessageAction, ];
```
Or, if you're into Lua:
```
decryptedMessageService8={_='decryptedMessageService8', action=DecryptedMessageAction, }
```