MadelineProto/docs/API_docs/constructors/decryptedMessageService8.md

36 lines
685 B
Markdown
Raw Normal View History

---
2017-05-27 23:21:14 +02:00
title: decryptedMessageService8
description: decryptedMessageService8 attributes, type and example
---
2017-05-27 23:21:14 +02:00
## Constructor: decryptedMessageService8
[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, ];
```
Or, if you're into Lua:
```
2017-05-27 23:21:14 +02:00
decryptedMessageService8={_='decryptedMessageService8', action=DecryptedMessageAction, }
```