#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -944407322 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a button to be shown instead of bot commands menu button.
Definition at line 4833 of file td_api.h.
◆ botMenuButton() [1/2]
| td::td_api::botMenuButton::botMenuButton |
( |
| ) |
|
Describes a button to be shown instead of bot commands menu button.
◆ botMenuButton() [2/2]
| td::td_api::botMenuButton::botMenuButton |
( |
string const & |
text_, |
|
|
string const & |
url_ |
|
) |
| |
Describes a button to be shown instead of bot commands menu button.
- Parameters
-
| [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. |
◆ store()
| void td::td_api::botMenuButton::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ ID
| const std::int32_t td::td_api::botMenuButton::ID = -944407322 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 4862 of file td_api.h.
◆ text_
| string td::td_api::botMenuButton::text_ |
Text of the button.
Definition at line 4844 of file td_api.h.
◆ url_
| string td::td_api::botMenuButton::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.
Definition at line 4846 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h