- API ›
- Constructors ›
- InputDialogPeer
InputDialogPeer
---types--- inputDialogPeer#fcaafeb7 peer:InputPeer = InputDialogPeer
Belongs to
| InputDialogPeer |
In Rust this constructor is a variant of the enums::InputDialogPeer enum.
Match on it with: if let enums::InputDialogPeer::InputDialogPeer(v) = result { ... }
Parameters
| peer | InputPeer | required |
Used by
| MarkDialogUnread |
| ToggleDialogPin |
| ToggleSavedDialogPin |