MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageService_8.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

45 lines
931 B
Markdown

---
title: decryptedMessageService
description: Decrypted message service
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: decryptedMessageService\_8
[Back to constructors index](index.md)
Decrypted message service
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|action|[DecryptedMessageAction](../types/DecryptedMessageAction.md) | Yes|Action|
### Type: [DecryptedMessage](../types/DecryptedMessage.md)
### Example:
```php
$decryptedMessageService_8 = ['_' => 'decryptedMessageService', 'action' => DecryptedMessageAction];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "decryptedMessageService", "action": DecryptedMessageAction}
```
Or, if you're into Lua:
```lua
decryptedMessageService_8={_='decryptedMessageService', action=DecryptedMessageAction}
```