MadelineProtoDocs/docs/API_docs/constructors/savedDialog.md
2024-05-01 14:53:46 +02:00

856 B

title description nav_exclude image
savedDialog Represents a saved dialog ». true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: savedDialog

Back to constructors index

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];