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

Inherits InputMessageReplyTo.

Description

Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.

Public Fields

int53 chat_id_
 The identifier of the chat to which the message to be replied belongs.
 
int53 message_id_
 The identifier of the message to be replied in the specified chat. A message can be replied in another chat or topic only if message.can_be_replied_in_another_chat.
 
object_ptr< inputTextQuotequote_
 Quote from the message to be replied; pass null if none.
 

Public Instance Methods

 inputMessageReplyToExternalMessage ()
 
 inputMessageReplyToExternalMessage (int53 chat_id_, int53 message_id_, object_ptr< inputTextQuote > &&quote_)
 
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 = -1993530582
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ inputMessageReplyToExternalMessage() [1/2]

Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.

◆ inputMessageReplyToExternalMessage() [2/2]

inputMessageReplyToExternalMessage ( int53  chat_id_,
int53  message_id_,
object_ptr< inputTextQuote > &&  quote_ 
)

Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.

Parameters
[in]chat_id_The identifier of the chat to which the message to be replied belongs.
[in]message_id_The identifier of the message to be replied in the specified chat. A message can be replied in another chat or topic only if message.can_be_replied_in_another_chat.
[in]quote_Quote from the message to be replied; pass 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: