Inherits InputMessageReplyTo.
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 forum topic only if messageProperties.can_be_replied_in_another_chat. | |
object_ptr< inputTextQuote > | quote_ |
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 > &"e_) | |
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 | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1993530582 |
Identifier uniquely determining a type of the object. | |
Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats.
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.
[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 forum topic only if messageProperties.can_be_replied_in_another_chat. |
[in] | quote_ | Quote from the message to be replied; pass null if none. |
|
finalvirtual |