Inherits Object.
Contains information about the main Web App of a bot.
Public Fields | |
string | url_ |
URL of the Web App to open. | |
bool | is_compact_ |
True, if the Web App must always be opened in the compact mode instead of the full-size mode. | |
Public Instance Methods | |
mainWebApp () | |
mainWebApp (string const &url_, bool is_compact_) | |
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 = 1336961265 |
Identifier uniquely determining a type of the object. | |
mainWebApp | ( | ) |
Contains information about the main Web App of a bot.
mainWebApp | ( | string const & | url_, |
bool | is_compact_ | ||
) |
Contains information about the main Web App of a bot.
[in] | url_ | URL of the Web App to open. |
[in] | is_compact_ | True, if the Web App must always be opened in the compact mode instead of the full-size mode. |
|
finalvirtual |