Inherits InputMessageReplyTo.
Describes a message to be replied in the same chat and forum topic.
Public Fields | |
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< inputTextQuote > | quote_ |
Quote from the message to be replied; pass null if none. Must always be null for replies in secret chats. | |
Public Instance Methods | |
inputMessageReplyToMessage () | |
inputMessageReplyToMessage (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 = -1033987837 |
Identifier uniquely determining a type of the object. | |
Describes a message to be replied in the same chat and forum topic.
inputMessageReplyToMessage | ( | int53 | message_id_, |
object_ptr< inputTextQuote > && | quote_ | ||
) |
Describes a message to be replied in the same chat and forum topic.
[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. |
|
finalvirtual |