Inherits StoryAreaType.
An area pointing to a message.
Public Fields | |
int53 | chat_id_ |
Identifier of the chat with the message. | |
int53 | message_id_ |
Identifier of the message. | |
Public Instance Methods | |
storyAreaTypeMessage () | |
storyAreaTypeMessage (int53 chat_id_, int53 message_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 = -1074825548 |
Identifier uniquely determining a type of the object. | |
An area pointing to a message.
storyAreaTypeMessage | ( | int53 | chat_id_, |
int53 | message_id_ | ||
) |
An area pointing to a message.
[in] | chat_id_ | Identifier of the chat with the message. |
[in] | message_id_ | Identifier of the message. |
|
finalvirtual |