36 lines
685 B
Markdown
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, }
|
|
|
|
```
|
|
|
|
|