Layer 220
UpdatePinnedDialogs
Pinned dialogs were updated
constructor
updatePinnedDialogs#fa0f3ca2 flags:# folder_id:flags.1?int order:flags.0?Vector<DialogPeer> = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| FolderId | flags.1?int | Peer folder ID, for more info click here |
| Order | Vector<DialogPeer> | New order of pinned dialogs |
Returns
UpdateGogram Example
// Creating UpdatePinnedDialogs constructor obj := &tg.UpdatePinnedDialogs{ // Optional fields: // FolderId: 0, // Order: []tg.DialogPeer{&tg.DialogPeer{}}, }