mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 06:07:20 +01:00
21 lines
580 B
Markdown
21 lines
580 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 = ['_' => inputPeerNotifySettings', 'show_previews' => true, 'silent' => true, 'mute_until' => int, 'sound' => string, ];
|
|
``` |