Inherits MessageContent.
Data from a Web App has been received; for bots only.
Public Fields | |
string | button_text_ |
Text of the keyboardButtonTypeWebApp button, which opened the Web App. | |
string | data_ |
The data. | |
Public Instance Methods | |
messageWebAppDataReceived () | |
messageWebAppDataReceived (string const &button_text_, string const &data_) | |
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 = -8578539 |
Identifier uniquely determining a type of the object. | |
Data from a Web App has been received; for bots only.
messageWebAppDataReceived | ( | string const & | button_text_, |
string const & | data_ | ||
) |
Data from a Web App has been received; for bots only.
[in] | button_text_ | Text of the keyboardButtonTypeWebApp button, which opened the Web App. |
[in] | data_ | The data. |
|
finalvirtual |