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

Inherits Object.

Description

Contains information about a message thread.

Public Fields

int53 chat_id_
 Identifier of the chat to which the message thread belongs.
 
int53 message_thread_id_
 Message thread identifier, unique within the chat.
 
object_ptr< messageReplyInforeply_info_
 Information about the message thread.
 
int32 unread_message_count_
 Approximate number of unread messages in the message thread.
 
array< object_ptr< message > > messages_
 The messages from which the thread starts. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id).
 
object_ptr< draftMessagedraft_message_
 A draft of a message in the message thread; may be null.
 

Public Instance Methods

 messageThreadInfo ()
 
 messageThreadInfo (int53 chat_id_, int53 message_thread_id_, object_ptr< messageReplyInfo > &&reply_info_, int32 unread_message_count_, array< object_ptr< message >> &&messages_, object_ptr< draftMessage > &&draft_message_)
 
std::int32_t get_id () const final
 
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 = -248536056
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ messageThreadInfo() [1/2]

Contains information about a message thread.

◆ messageThreadInfo() [2/2]

messageThreadInfo ( int53  chat_id_,
int53  message_thread_id_,
object_ptr< messageReplyInfo > &&  reply_info_,
int32  unread_message_count_,
array< object_ptr< message >> &&  messages_,
object_ptr< draftMessage > &&  draft_message_ 
)

Contains information about a message thread.

Parameters
[in]chat_id_Identifier of the chat to which the message thread belongs.
[in]message_thread_id_Message thread identifier, unique within the chat.
[in]reply_info_Information about the message thread.
[in]unread_message_count_Approximate number of unread messages in the message thread.
[in]messages_The messages from which the thread starts. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id).
[in]draft_message_A draft of a message in the message thread; may be null.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ 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: