Layer 220
UpdatePinnedSavedDialogs
Pinned saved dialogs were updated
constructor
updatePinnedSavedDialogs#686c85a6 flags:# order:flags.0?Vector<DialogPeer> = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Order | Vector<DialogPeer> | New order of pinned saved dialogs |
Returns
UpdateGogram Example
// Creating UpdatePinnedSavedDialogs constructor obj := &tg.UpdatePinnedSavedDialogs{ // Optional fields: // Order: []tg.DialogPeer{&tg.DialogPeer{}}, }