20 lines
546 B
Markdown
20 lines
546 B
Markdown
## Constructor: inputPeerNotifySettings
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|show\_previews|[Bool](../types/Bool.md) | Optional|
|
|
|silent|[Bool](../types/Bool.md) | Optional|
|
|
|mute\_until|[int](../types/int.md) | Required|
|
|
|sound|[string](../types/string.md) | Required|
|
|
|
|
|
|
### Type: [InputPeerNotifySettings](../types/InputPeerNotifySettings.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$inputPeerNotifySettings = ['show_previews' => Bool, 'silent' => Bool, 'mute_until' => int, 'sound' => string, ];
|
|
``` |