MadelineProto/docs/API_docs/constructors/updateNotifySettings.md

19 lines
461 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|
2016-12-19 18:56:05 +01:00
### Type: [Update](../types/Update.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$updateNotifySettings = ['_' => updateNotifySettings', 'peer' => NotifyPeer, 'notify_settings' => PeerNotifySettings, ];
```