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

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

Inheritance diagram for td::td_api::inputMessageReplyToMessage:
td::td_api::InputMessageReplyTo td::td_api::Object td::TlObject

Public Member Functions

 inputMessageReplyToMessage ()
 
 inputMessageReplyToMessage (int53 message_id_, object_ptr< inputTextQuote > &&quote_, int32 checklist_task_id_, string const &poll_option_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

int53 message_id_
 The identifier of the message to be replied in the same chat and forum topic. A message can be replied in the same chat and forum topic only if messageProperties.can_be_replied.
 
object_ptr< inputTextQuotequote_
 Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats.
 
int32 checklist_task_id_
 Identifier of the checklist task in the message to be replied; pass 0 to reply to the whole message.
 
string poll_option_id_
 Identifier of the poll option in the message to be replied; pass an empty string if none.
 

Static Public Attributes

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

Detailed Description

Describes a message to be replied in the same chat and forum topic.

Definition at line 30082 of file td_api.h.

Constructor & Destructor Documentation

◆ inputMessageReplyToMessage() [1/2]

td::td_api::inputMessageReplyToMessage::inputMessageReplyToMessage ( )

Describes a message to be replied in the same chat and forum topic.

◆ inputMessageReplyToMessage() [2/2]

td::td_api::inputMessageReplyToMessage::inputMessageReplyToMessage ( int53  message_id_,
object_ptr< inputTextQuote > &&  quote_,
int32  checklist_task_id_,
string const &  poll_option_id_ 
)

Describes a message to be replied in the same chat and forum topic.

Parameters
[in]message_id_The identifier of the message to be replied in the same chat and forum topic. A message can be replied in the same chat and forum topic only if messageProperties.can_be_replied.
[in]quote_Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats.
[in]checklist_task_id_Identifier of the checklist task in the message to be replied; pass 0 to reply to the whole message.
[in]poll_option_id_Identifier of the poll option in the message to be replied; pass an empty string if none.

Member Function Documentation

◆ store()

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

◆ checklist_task_id_

int32 td::td_api::inputMessageReplyToMessage::checklist_task_id_

Identifier of the checklist task in the message to be replied; pass 0 to reply to the whole message.

Definition at line 30097 of file td_api.h.

◆ ID

const std::int32_t td::td_api::inputMessageReplyToMessage::ID = 1117785378
static

Identifier uniquely determining a type of the object.

Definition at line 30117 of file td_api.h.

◆ message_id_

int53 td::td_api::inputMessageReplyToMessage::message_id_

The identifier of the message to be replied in the same chat and forum topic. A message can be replied in the same chat and forum topic only if messageProperties.can_be_replied.

Definition at line 30093 of file td_api.h.

◆ poll_option_id_

string td::td_api::inputMessageReplyToMessage::poll_option_id_

Identifier of the poll option in the message to be replied; pass an empty string if none.

Definition at line 30099 of file td_api.h.

◆ quote_

object_ptr<inputTextQuote> td::td_api::inputMessageReplyToMessage::quote_

Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats.

Definition at line 30095 of file td_api.h.


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