Inherits Object.
Describes a button to be shown instead of bot commands menu button.
Public Fields | |
string | text_ |
Text of the button. | |
string | url_ |
URL of a Web App to open when the button is pressed. If the link is of the type internalLinkTypeWebApp, then it must be processed accordingly. Otherwise, the link must be passed to openWebApp. | |
Public Instance Methods | |
botMenuButton () | |
botMenuButton (string const &text_, string const &url_) | |
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 = -944407322 |
Identifier uniquely determining a type of the object. | |
botMenuButton | ( | ) |
Describes a button to be shown instead of bot commands menu button.
botMenuButton | ( | string const & | text_, |
string const & | url_ | ||
) |
Describes a button to be shown instead of bot commands menu button.
[in] | text_ | Text of the button. |
[in] | url_ | URL of a Web App to open when the button is pressed. If the link is of the type internalLinkTypeWebApp, then it must be processed accordingly. Otherwise, the link must be passed to openWebApp. |
|
finalvirtual |