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

nametypedescription
flags#Flags, see TL conditional fields
unread_markflags.3?trueWhether this topic has a manually set (with messages.markDialogUnread) unread mark.
nopaid_messages_exceptionflags.4?trueIf set, an admin has exempted this peer from payment to send messages using account.toggleNoPaidMessagesException.
peerPeerThe peer associated to the topic, AKA the topic ID.
top_messageintThe latest message ID
read_inbox_max_idintPosition up to which all incoming messages are read.
read_outbox_max_idintPosition up to which all outgoing messages are read.
unread_countintNumber of unread messages.
unread_reactions_countintNumber of unread reactions.
draftflags.1?DraftMessageA pending message draft.

type

SavedDialog · other constructors: savedDialog

history

present in layers 204–229

idlayers
#64407ea7204–229