MadelineProto/docs/API_docs/constructors/peerNotifySettings.md
2016-12-19 20:56:05 +03:00

21 lines
555 B
Markdown

## 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 = ['_' => peerNotifySettings', 'show_previews' => true, 'silent' => true, 'mute_until' => int, 'sound' => string, ];
```