1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 05:58:19 +01:00
MadelineProto/docs/API_docs/constructors/peerNotifySettings.md

20 lines
526 B
Markdown
Raw Normal View History

## Constructor: peerNotifySettings
### 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: [PeerNotifySettings](../types/PeerNotifySettings.md)
### Example:
```
$peerNotifySettings = ['show_previews' => Bool, 'silent' => Bool, 'mute_until' => int, 'sound' => string, ];
```