tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::botMenuButton Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::botMenuButton:
td::td_api::Object td::TlObject

Public Member Functions

 botMenuButton ()
 
 botMenuButton (string const &text_, string const &url_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

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.
 

Static Public Attributes

static const std::int32_t ID = -944407322
 Identifier uniquely determining a type of the object.
 

Detailed Description

Describes a button to be shown instead of bot commands menu button.

Definition at line 4833 of file td_api.h.

Constructor & Destructor Documentation

◆ 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.

Member Function Documentation

◆ 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ 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: