- API ›
- Constructors ›
- UpdateNotifySettings
UpdateNotifySettings
---types--- updateNotifySettings#bec268ef peer:NotifyPeer notify_settings:PeerNotifySettings = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateNotifySettings(v) = result { ... }
Parameters
| peer | NotifyPeer | required |
| notify_settings | PeerNotifySettings | required |