List of all members | Public Fields | Public Instance Methods | Static Public Attributes
directMessagesChatTopic Class Referencefinal

Inherits Object.

Description

Contains information about a topic in a channel direct messages chat administered by the current user.

Public Fields

int53 chat_id_
 Identifier of the chat to which the topic belongs.
 
int53 id_
 Unique topic identifier.
 
object_ptr< MessageSendersender_id_
 Identifier of the user or chat that sends the messages to the topic.
 
int64 order_
 A parameter used to determine order of the topic in the topic list. Topics must be sorted by the order in descending order.
 
bool can_send_unpaid_messages_
 True, if the other party can send unpaid messages even if the chat has paid messages enabled.
 
bool is_marked_as_unread_
 True, if the forum topic is marked as unread.
 
int53 unread_count_
 Number of unread messages in the chat.
 
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.
 
int53 unread_reaction_count_
 Number of messages with unread reactions in the chat.
 
object_ptr< messagelast_message_
 Last message in the topic; may be null if none or unknown.
 
object_ptr< draftMessagedraft_message_
 A draft of a message in the topic; may be null if none.
 

Public Instance Methods

 directMessagesChatTopic ()
 
 directMessagesChatTopic (int53 chat_id_, int53 id_, object_ptr< MessageSender > &&sender_id_, int64 order_, bool can_send_unpaid_messages_, bool is_marked_as_unread_, int53 unread_count_, int53 last_read_inbox_message_id_, int53 last_read_outbox_message_id_, int53 unread_reaction_count_, object_ptr< message > &&last_message_, object_ptr< draftMessage > &&draft_message_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from 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
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ directMessagesChatTopic() [1/2]

Contains information about a topic in a channel direct messages chat administered by the current user.

◆ directMessagesChatTopic() [2/2]

directMessagesChatTopic ( int53  chat_id_,
int53  id_,
object_ptr< MessageSender > &&  sender_id_,
int64  order_,
bool  can_send_unpaid_messages_,
bool  is_marked_as_unread_,
int53  unread_count_,
int53  last_read_inbox_message_id_,
int53  last_read_outbox_message_id_,
int53  unread_reaction_count_,
object_ptr< message > &&  last_message_,
object_ptr< draftMessage > &&  draft_message_ 
)

Contains information about a topic in a channel direct messages chat administered by the current user.

Parameters
[in]chat_id_Identifier of the chat to which the topic belongs.
[in]id_Unique topic identifier.
[in]sender_id_Identifier of the user or chat that sends the messages to the topic.
[in]order_A parameter used to determine order of the topic in the topic list. Topics must be sorted by the order in descending order.
[in]can_send_unpaid_messages_True, if the other party can send unpaid messages even if the chat has paid messages enabled.
[in]is_marked_as_unread_True, if the forum topic is marked as unread.
[in]unread_count_Number of unread messages in the chat.
[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_reaction_count_Number of messages with unread reactions in the chat.
[in]last_message_Last message in the topic; may be null if none or unknown.
[in]draft_message_A draft of a message in the topic; may be null if none.

Method Documentation

◆ store()

void 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 TlObject.


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