- API ›
- Constructors ›
- InputNotifyPeer
InputNotifyPeer
---types--- inputNotifyPeer#b8bc5b0c peer:InputPeer = InputNotifyPeer
Belongs to
| InputNotifyPeer |
In Rust this constructor is a variant of the enums::InputNotifyPeer enum.
Match on it with: if let enums::InputNotifyPeer::InputNotifyPeer(v) = result { ... }
Parameters
| peer | InputPeer | required |
Used by
| GetNotifyExceptions |
| GetNotifySettings |
| UpdateNotifySettings |