Layer 220
UpdateSavedDialogPinned
A saved message dialog was pinned/unpinned
constructor
updateSavedDialogPinned#aeaf9e74 flags:# pinned:flags.0?true peer:DialogPeer = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Flags | # | Flags, see TL conditional fields |
| Pinned | flags.0?true | Whether the dialog was pinned |
| Peer | DialogPeer | The dialog |
Returns
UpdateGogram Example
// Creating UpdateSavedDialogPinned constructor obj := &tg.UpdateSavedDialogPinned{ Peer: &tg.DialogPeer{}, // Optional fields: // Pinned: true, }