mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
30 lines
791 B
Markdown
30 lines
791 B
Markdown
---
|
|
title: "decryptedMessageService"
|
|
description: "Contents of an encrypted service message."
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: decryptedMessageService\_8
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Contents of an encrypted service message.
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|action|[DecryptedMessageAction](/API_docs/types/DecryptedMessageAction.html) | Yes|Action relevant to the service message|
|
|
|
|
|
|
|
|
### Type: [DecryptedMessage](/API_docs/types/DecryptedMessage.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$decryptedMessageService_8 = ['_' => 'decryptedMessageService', 'action' => DecryptedMessageAction];
|
|
```
|