mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
856 B
856 B
title | description | nav_exclude | image |
---|---|---|---|
savedDialog | Represents a saved dialog ». | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: savedDialog
Represents a saved dialog ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
pinned | Bool | Optional | Is the dialog pinned |
peer | long | Yes | The dialog |
top_message | int | Yes | The latest message ID |
Type: SavedDialog
Example:
$savedDialog = ['_' => 'savedDialog', 'pinned' => Bool, 'peer' => long, 'top_message' => int];