Inherits Object.
Contains information about the main Web App of a bot.
Public Fields | |
string | url_ |
URL of the Web App to open. | |
object_ptr< WebAppOpenMode > | mode_ |
The mode in which the Web App must be opened. | |
Public Instance Methods | |
mainWebApp () | |
mainWebApp (string const &url_, object_ptr< WebAppOpenMode > &&mode_) | |
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 = 1940368506 |
Identifier uniquely determining a type of the object. | |
mainWebApp | ( | ) |
Contains information about the main Web App of a bot.
mainWebApp | ( | string const & | url_, |
object_ptr< WebAppOpenMode > && | mode_ | ||
) |
Contains information about the main Web App of a bot.
[in] | url_ | URL of the Web App to open. |
[in] | mode_ | The mode in which the Web App must be opened. |
|
finalvirtual |