2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: decryptedMessageActionNoop
|
|
|
|
description: decryptedMessageActionNoop attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: decryptedMessageActionNoop\_20
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-05-18 12:12:33 +02:00
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [DecryptedMessageAction](../types/DecryptedMessageAction.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$decryptedMessageActionNoop_20 = ['_' => 'decryptedMessageActionNoop', ];
|
|
|
|
```
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
decryptedMessageActionNoop_20={_='decryptedMessageActionNoop', }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|