telegram api constructor · layer 229 · #fc89f7f3
dialog
Chat
definition
dialog#fc89f7f3 flags:# pinned:flags.2?true unread_mark:flags.3?true view_forum_as_messages:flags.6?true peer:Peer top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int unread_reactions_count:int unread_poll_votes_count:int notify_settings:PeerNotifySettings pts:flags.0?int draft:flags.1?DraftMessage folder_id:flags.4?int ttl_period:flags.5?int = Dialog;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
pinned | true | Is the dialog pinned |
unread_mark | true | Whether the chat was manually marked as unread |
view_forum_as_messages | true | Users may also choose to display messages from all topics of a forum as if they were sent to a normal group, using a "View as messages" setting in the local client. This setting only affects the current account, and is synced to other logged in sessions using the channels.toggleViewForumAsMessages method; invoking this method will update the value of this flag. |
peer | Peer | The chat |
top_message | int | The latest message ID |
read_inbox_max_id | int | Position up to which all incoming messages are read. |
read_outbox_max_id | int | Position up to which all outgoing messages are read. |
unread_count | int | Number of unread messages |
unread_mentions_count | int | Number of unread mentions |
unread_reactions_count | int | Number of unread reactions to messages you sent |
unread_poll_votes_count | int | |
notify_settings | PeerNotifySettings | Notification settings |
pts | int | PTS |
draft | DraftMessage | Message draft |
folder_id | int | Peer folder ID, for more info click here |
ttl_period | int | Time-to-live of all messages sent in this dialog |
type
Dialog · other constructors: dialogFolder, dialogCommunity
history
present in layers 2–229 · constructor id changed 8×
| id | layers |
|---|---|
| #214a8cdf | 2–13 |
| #ab3a99ac | 14–23 |
| #c1dd804a | 46 |
| #66ffba14 | 62–70 |
| #e4def5db | 71–98 |
| #2c171f72 | 99–137 |
| #a8edd0f5 | 138–149 |
| #d58a08c6 | 150–223 |
| #fc89f7f3 | 224–229 |