Inherits MessageContent.
Data from a Web App has been sent to a bot.
Public Fields | |
string | button_text_ |
Text of the keyboardButtonTypeWebApp button, which opened the Web App. | |
Public Instance Methods | |
messageWebAppDataSent () | |
messageWebAppDataSent (string const &button_text_) | |
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 = -83674862 |
Identifier uniquely determining a type of the object. | |
Data from a Web App has been sent to a bot.
|
explicit |
Data from a Web App has been sent to a bot.
[in] | button_text_ | Text of the keyboardButtonTypeWebApp button, which opened the Web App. |
|
finalvirtual |