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. | |
int32 | checklist_task_id_ |
Identifier of the checklist task in the message to be replied; pass 0 to reply to the whole message. | |
Public Instance Methods | |
inputMessageReplyToExternalMessage () | |
inputMessageReplyToExternalMessage (int53 chat_id_, int53 message_id_, object_ptr< inputTextQuote > &"e_, int32 checklist_task_id_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = -505276703 |
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_, | ||
int32 | checklist_task_id_ | ||
) |
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. |
[in] | checklist_task_id_ | Identifier of the checklist task in the message to be replied; pass 0 to reply to the whole message. |
|
finalvirtual |