tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::updateForumTopic Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::updateForumTopic:
td::td_api::Update td::td_api::Object td::TlObject

Public Member Functions

 updateForumTopic ()
 
 updateForumTopic (int53 chat_id_, int32 forum_topic_id_, bool is_pinned_, int53 last_read_inbox_message_id_, int53 last_read_outbox_message_id_, int32 unread_mention_count_, int32 unread_reaction_count_, int32 unread_poll_vote_count_, object_ptr< chatNotificationSettings > &&notification_settings_, object_ptr< draftMessage > &&draft_message_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

int53 chat_id_
 Chat identifier.
 
int32 forum_topic_id_
 Forum topic identifier of the topic.
 
bool is_pinned_
 True, if the topic is pinned in the topic list.
 
int53 last_read_inbox_message_id_
 Identifier of the last read incoming message.
 
int53 last_read_outbox_message_id_
 Identifier of the last read outgoing message.
 
int32 unread_mention_count_
 Number of unread messages with a mention/reply in the topic.
 
int32 unread_reaction_count_
 Number of messages with unread reactions in the topic.
 
int32 unread_poll_vote_count_
 Number of messages with unread poll votes in the topic.
 
object_ptr< chatNotificationSettingsnotification_settings_
 Notification settings for the topic.
 
object_ptr< draftMessagedraft_message_
 A draft of a message in the topic; may be null if none.
 

Static Public Attributes

static const std::int32_t ID = -1851967925
 Identifier uniquely determining a type of the object.
 

Detailed Description

Information about a topic in a forum chat was changed.

Definition at line 78340 of file td_api.h.

Constructor & Destructor Documentation

◆ updateForumTopic() [1/2]

td::td_api::updateForumTopic::updateForumTopic ( )

Information about a topic in a forum chat was changed.

◆ updateForumTopic() [2/2]

td::td_api::updateForumTopic::updateForumTopic ( int53  chat_id_,
int32  forum_topic_id_,
bool  is_pinned_,
int53  last_read_inbox_message_id_,
int53  last_read_outbox_message_id_,
int32  unread_mention_count_,
int32  unread_reaction_count_,
int32  unread_poll_vote_count_,
object_ptr< chatNotificationSettings > &&  notification_settings_,
object_ptr< draftMessage > &&  draft_message_ 
)

Information about a topic in a forum chat was changed.

Parameters
[in]chat_id_Chat identifier.
[in]forum_topic_id_Forum topic identifier of the topic.
[in]is_pinned_True, if the topic is pinned in the topic list.
[in]last_read_inbox_message_id_Identifier of the last read incoming message.
[in]last_read_outbox_message_id_Identifier of the last read outgoing message.
[in]unread_mention_count_Number of unread messages with a mention/reply in the topic.
[in]unread_reaction_count_Number of messages with unread reactions in the topic.
[in]unread_poll_vote_count_Number of messages with unread poll votes in the topic.
[in]notification_settings_Notification settings for the topic.
[in]draft_message_A draft of a message in the topic; may be null if none.

Member Function Documentation

◆ store()

void td::td_api::updateForumTopic::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ chat_id_

int53 td::td_api::updateForumTopic::chat_id_

Chat identifier.

Definition at line 78351 of file td_api.h.

◆ draft_message_

object_ptr<draftMessage> td::td_api::updateForumTopic::draft_message_

A draft of a message in the topic; may be null if none.

Definition at line 78369 of file td_api.h.

◆ forum_topic_id_

int32 td::td_api::updateForumTopic::forum_topic_id_

Forum topic identifier of the topic.

Definition at line 78353 of file td_api.h.

◆ ID

const std::int32_t td::td_api::updateForumTopic::ID = -1851967925
static

Identifier uniquely determining a type of the object.

Definition at line 78393 of file td_api.h.

◆ is_pinned_

bool td::td_api::updateForumTopic::is_pinned_

True, if the topic is pinned in the topic list.

Definition at line 78355 of file td_api.h.

◆ last_read_inbox_message_id_

int53 td::td_api::updateForumTopic::last_read_inbox_message_id_

Identifier of the last read incoming message.

Definition at line 78357 of file td_api.h.

◆ last_read_outbox_message_id_

int53 td::td_api::updateForumTopic::last_read_outbox_message_id_

Identifier of the last read outgoing message.

Definition at line 78359 of file td_api.h.

◆ notification_settings_

object_ptr<chatNotificationSettings> td::td_api::updateForumTopic::notification_settings_

Notification settings for the topic.

Definition at line 78367 of file td_api.h.

◆ unread_mention_count_

int32 td::td_api::updateForumTopic::unread_mention_count_

Number of unread messages with a mention/reply in the topic.

Definition at line 78361 of file td_api.h.

◆ unread_poll_vote_count_

int32 td::td_api::updateForumTopic::unread_poll_vote_count_

Number of messages with unread poll votes in the topic.

Definition at line 78365 of file td_api.h.

◆ unread_reaction_count_

int32 td::td_api::updateForumTopic::unread_reaction_count_

Number of messages with unread reactions in the topic.

Definition at line 78363 of file td_api.h.


The documentation for this class was generated from the following file: