Inherits InputStoryAreaType.
An area pointing to a message.
Public Fields | |
| int53 | chat_id_ |
| Identifier of the chat with the message. Currently, the chat must be a supergroup or a channel chat. | |
| int53 | message_id_ |
| Identifier of the message. Use messageProperties.can_be_shared_in_story to check whether the message is suitable. | |
Public Instance Methods | |
| inputStoryAreaTypeMessage () | |
| inputStoryAreaTypeMessage (int53 chat_id_, int53 message_id_) | |
| 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 = -266607529 |
| Identifier uniquely determining a type of the object. | |
An area pointing to a message.
| inputStoryAreaTypeMessage | ( | int53 | chat_id_, |
| int53 | message_id_ | ||
| ) |
An area pointing to a message.
| [in] | chat_id_ | Identifier of the chat with the message. Currently, the chat must be a supergroup or a channel chat. |
| [in] | message_id_ | Identifier of the message. Use messageProperties.can_be_shared_in_story to check whether the message is suitable. |
|
finalvirtual |