2017-03-11 19:54:51 +01:00
|
|
|
---
|
2017-05-27 23:21:14 +02:00
|
|
|
title: decryptedMessageService8
|
|
|
|
description: decryptedMessageService8 attributes, type and example
|
2017-03-11 19:54:51 +01:00
|
|
|
---
|
2017-05-27 23:21:14 +02:00
|
|
|
## Constructor: decryptedMessageService8
|
2017-03-11 19:54:51 +01:00
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|action|[DecryptedMessageAction](../types/DecryptedMessageAction.md) | Yes|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [DecryptedMessage](../types/DecryptedMessage.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2017-05-27 23:21:14 +02:00
|
|
|
$decryptedMessageService8 = ['_' => 'decryptedMessageService8', 'action' => DecryptedMessageAction, ];
|
2017-03-11 19:54:51 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2017-05-27 23:21:14 +02:00
|
|
|
decryptedMessageService8={_='decryptedMessageService8', action=DecryptedMessageAction, }
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|