1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 00:19:37 +01:00
MadelineProto/docs/API_docs/constructors/decryptedMessageActionNotifyLayer17.md

36 lines
695 B
Markdown
Raw Normal View History

2017-05-27 23:21:14 +02:00
---
title: decryptedMessageActionNotifyLayer17
description: decryptedMessageActionNotifyLayer17 attributes, type and example
---
## Constructor: decryptedMessageActionNotifyLayer17
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|layer|[int](../types/int.md) | Yes|
### Type: [DecryptedMessageAction](../types/DecryptedMessageAction.md)
### Example:
```
$decryptedMessageActionNotifyLayer17 = ['_' => 'decryptedMessageActionNotifyLayer17', 'layer' => int, ];
```
Or, if you're into Lua:
```
decryptedMessageActionNotifyLayer17={_='decryptedMessageActionNotifyLayer17', layer=int, }
```