telegram api constructor · layer 229 · #64407ea7
monoForumDialog
Represents a monoforum topic ».
definition
monoForumDialog#64407ea7 flags:# unread_mark:flags.3?true nopaid_messages_exception:flags.4?true peer:Peer top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_reactions_count:int draft:flags.1?DraftMessage = SavedDialog;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
unread_mark | true | Whether this topic has a manually set (with messages.markDialogUnread) unread mark. |
nopaid_messages_exception | true | If set, an admin has exempted this peer from payment to send messages using account.toggleNoPaidMessagesException. |
peer | Peer | The peer associated to the topic, AKA the topic ID. |
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_reactions_count | int | Number of unread reactions. |
draft | DraftMessage | A pending message draft. |
type
SavedDialog · other constructors: savedDialog
history
present in layers 204–229
| id | layers |
|---|---|
| #64407ea7 | 204–229 |