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::messageReplyInfo Class Referencefinal

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

Inheritance diagram for td::td_api::messageReplyInfo:
td::td_api::Object td::TlObject

Public Member Functions

 messageReplyInfo ()
 
 messageReplyInfo (int32 reply_count_, array< object_ptr< MessageSender > > &&recent_replier_ids_, int53 last_read_inbox_message_id_, int53 last_read_outbox_message_id_, int53 last_message_id_)
 
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

int32 reply_count_
 Number of times the message was directly or indirectly replied.
 
array< object_ptr< MessageSender > > recent_replier_ids_
 Identifiers of at most 3 recent repliers to the message; available in channels with a discussion supergroup. The users and chats are expected to be inaccessible: only their photo and name will be available.
 
int53 last_read_inbox_message_id_
 Identifier of the last read incoming reply to the message.
 
int53 last_read_outbox_message_id_
 Identifier of the last read outgoing reply to the message.
 
int53 last_message_id_
 Identifier of the last reply to the message.
 

Static Public Attributes

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

Detailed Description

Contains information about replies to a message.

Definition at line 44594 of file td_api.h.

Constructor & Destructor Documentation

◆ messageReplyInfo() [1/2]

td::td_api::messageReplyInfo::messageReplyInfo ( )

Contains information about replies to a message.

◆ messageReplyInfo() [2/2]

td::td_api::messageReplyInfo::messageReplyInfo ( int32  reply_count_,
array< object_ptr< MessageSender > > &&  recent_replier_ids_,
int53  last_read_inbox_message_id_,
int53  last_read_outbox_message_id_,
int53  last_message_id_ 
)

Contains information about replies to a message.

Parameters
[in]reply_count_Number of times the message was directly or indirectly replied.
[in]recent_replier_ids_Identifiers of at most 3 recent repliers to the message; available in channels with a discussion supergroup. The users and chats are expected to be inaccessible: only their photo and name will be available.
[in]last_read_inbox_message_id_Identifier of the last read incoming reply to the message.
[in]last_read_outbox_message_id_Identifier of the last read outgoing reply to the message.
[in]last_message_id_Identifier of the last reply to the message.

Member Function Documentation

◆ store()

void td::td_api::messageReplyInfo::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

◆ ID

const std::int32_t td::td_api::messageReplyInfo::ID = -2093702263
static

Identifier uniquely determining a type of the object.

Definition at line 44632 of file td_api.h.

◆ last_message_id_

int53 td::td_api::messageReplyInfo::last_message_id_

Identifier of the last reply to the message.

Definition at line 44613 of file td_api.h.

◆ last_read_inbox_message_id_

int53 td::td_api::messageReplyInfo::last_read_inbox_message_id_

Identifier of the last read incoming reply to the message.

Definition at line 44609 of file td_api.h.

◆ last_read_outbox_message_id_

int53 td::td_api::messageReplyInfo::last_read_outbox_message_id_

Identifier of the last read outgoing reply to the message.

Definition at line 44611 of file td_api.h.

◆ recent_replier_ids_

array<object_ptr<MessageSender> > td::td_api::messageReplyInfo::recent_replier_ids_

Identifiers of at most 3 recent repliers to the message; available in channels with a discussion supergroup. The users and chats are expected to be inaccessible: only their photo and name will be available.

Definition at line 44607 of file td_api.h.

◆ reply_count_

int32 td::td_api::messageReplyInfo::reply_count_

Number of times the message was directly or indirectly replied.

Definition at line 44605 of file td_api.h.


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