Skip to main content

monoForumDialog

Represents a monoforum topic ».

type tg.MonoForumDialog struct { /* ... */ }

Implements SavedDialog.

Fields

NameTypeRequiredDescription
UnreadMarkboolWhether this topic has a manually set (with messages.markDialogUnread) unread mark.
NopaidMessagesExceptionboolIf set, an admin has exempted this peer from payment to send messages using account toggleNoPaidMessagesException.
PeerPeerClassyesThe peer associated to the topic, AKA the topic ID.
TopMessageintyesThe latest message ID
ReadInboxMaxIDintyesPosition up to which all incoming messages are read.
ReadOutboxMaxIDintyesPosition up to which all outgoing messages are read.
UnreadCountintyesNumber of unread messages.
UnreadReactionsCountintyesNumber of unread reactions.
DraftDraftMessageClassA pending message draft.

References