MadelineProto/docs/API_docs/constructors/updateNotifySettings.md

18 lines
430 B
Markdown
Raw Normal View History

## Constructor: updateNotifySettings
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|peer|[NotifyPeer](../types/NotifyPeer.md) | Required|
|notify\_settings|[PeerNotifySettings](../types/PeerNotifySettings.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateNotifySettings = ['peer' => NotifyPeer, 'notify_settings' => PeerNotifySettings, ];
```