ForumTopic
Object Hierarchy:
Description:
public class ForumTopic :
Error
Content:
Properties:
- public DraftMessage? draft_message { get; set construct; }
A draft of a message in the topic; may be null if none
- public ForumTopicInfo info { get; set construct; }
Basic information about the topic
- public bool is_pinned { get; set construct; }
True, if the topic is pinned in the topic list
- public Message? last_message { get; set construct; }
Last message in the topic; may be null if unknown
- public int64 last_read_inbox_message_id { get; set construct; }
Identifier of the last read incoming message
- public int64 last_read_outbox_message_id { get; set construct; }
Identifier of the last read outgoing message
- public ChatNotificationSettings notification_settings { get; set construct; }
Notification settings for the topic
- public int64 order { get; set construct; }
A parameter used to determine order of the topic in the topic list.
Topics must be sorted by the order in descending order
- public int32 unread_count { get; set construct; }
Number of unread messages in the topic
- public int32 unread_mention_count { get; set construct; }
Number of unread messages with a mention/reply in the topic
- public int32 unread_reaction_count { get; set construct; }
Number of messages with unread reactions in the topic
Creation methods:
- public ForumTopic (ForumTopicInfo info, Message? last_message, int64 order, bool is_pinned, int32 unread_count, int64 last_read_inbox_message_id, int64 last_read_outbox_message_id, int32 unread_mention_count, int32 unread_reaction_count, ChatNotificationSettings notification_settings, DraftMessage? draft_message)
Inherited Members:
All known members inherited from class TDLib.Error
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref