MadelineProto/old_docs/API_docs_v46/constructors/inputPeerNotifySettings.md

39 lines
881 B
Markdown

---
title: inputPeerNotifySettings
description: inputPeerNotifySettings attributes, type and example
---
## Constructor: inputPeerNotifySettings
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|mute\_until|[int](../types/int.md) | Yes|
|sound|[string](../types/string.md) | Yes|
|show\_previews|[Bool](../types/Bool.md) | Yes|
|events\_mask|[int](../types/int.md) | Yes|
### Type: [InputPeerNotifySettings](../types/InputPeerNotifySettings.md)
### Example:
```
$inputPeerNotifySettings = ['_' => 'inputPeerNotifySettings', 'mute_until' => int, 'sound' => string, 'show_previews' => Bool, 'events_mask' => int, ];
```
Or, if you're into Lua:
```
inputPeerNotifySettings={_='inputPeerNotifySettings', mute_until=int, sound=string, show_previews=Bool, events_mask=int, }
```