MadelineProto/docs/API_docs/constructors/decryptedMessageService17.md
2017-05-27 22:21:14 +01:00

36 lines
692 B
Markdown

---
title: decryptedMessageService17
description: decryptedMessageService17 attributes, type and example
---
## Constructor: decryptedMessageService17
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|action|[DecryptedMessageAction](../types/DecryptedMessageAction.md) | Yes|
### Type: [DecryptedMessage](../types/DecryptedMessage.md)
### Example:
```
$decryptedMessageService17 = ['_' => 'decryptedMessageService17', 'action' => DecryptedMessageAction, ];
```
Or, if you're into Lua:
```
decryptedMessageService17={_='decryptedMessageService17', action=DecryptedMessageAction, }
```