- API ›
- Constructors ›
- UpdatePinnedDialogs
UpdatePinnedDialogs
---types--- updatePinnedDialogs#fa0f3ca2 folder_id:flags.1?int order:flags.0?Vector<DialogPeer> = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdatePinnedDialogs(v) = result { ... }
Parameters
| folder_id | int | optional |
| order | Vector<DialogPeer> | optional |