2016-12-19 18:56:52 +03:00
|
|
|
## Constructor: updateNotifySettings
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|peer|[NotifyPeer](../types/NotifyPeer.md) | Required|
|
|
|
|
|notify\_settings|[PeerNotifySettings](../types/PeerNotifySettings.md) | Required|
|
|
|
|
|
2016-12-19 20:56:05 +03:00
|
|
|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|
|
|
|
|
2016-12-19 18:56:52 +03:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 19:48:27 +03:00
|
|
|
$updateNotifySettings = ['_' => updateNotifySettings', 'peer' => NotifyPeer, 'notify_settings' => PeerNotifySettings, ];
|
2016-12-19 18:56:52 +03:00
|
|
|
```
|