30 lines
696 B
Markdown
30 lines
696 B
Markdown
---
|
|
title: peerNotifySettings
|
|
description: peerNotifySettings attributes, type and example
|
|
---
|
|
## Constructor: peerNotifySettings
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### 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, ];
|
|
```
|
|
|