Inherits InputCall.
A call from a message of the type messageCall with non-zero messageCall.unique_id.
Public Fields | |
| int53 | chat_id_ |
| Chat identifier of the message. | |
| int53 | message_id_ |
| Message identifier. | |
Public Instance Methods | |
| inputCallFromMessage () | |
| inputCallFromMessage (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 = 980874855 |
| Identifier uniquely determining a type of the object. | |
A call from a message of the type messageCall with non-zero messageCall.unique_id.
| inputCallFromMessage | ( | int53 | chat_id_, |
| int53 | message_id_ | ||
| ) |
A call from a message of the type messageCall with non-zero messageCall.unique_id.
| [in] | chat_id_ | Chat identifier of the message. |
| [in] | message_id_ | Message identifier. |
|
finalvirtual |