Inherits Object.
Options to be used when a Web App is opened.
Public Fields | |
object_ptr< themeParameters > | theme_ |
Preferred Web App theme; pass null to use the default theme. | |
string | application_name_ |
Short name of the current application; 0-64 English letters, digits, and underscores. | |
object_ptr< WebAppOpenMode > | mode_ |
The mode in which the Web App is opened; pass null to open in webAppOpenModeFullSize. | |
Public Instance Methods | |
webAppOpenParameters () | |
webAppOpenParameters (object_ptr< themeParameters > &&theme_, string const &application_name_, 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 = 1375356527 |
Identifier uniquely determining a type of the object. | |
Options to be used when a Web App is opened.
webAppOpenParameters | ( | object_ptr< themeParameters > && | theme_, |
string const & | application_name_, | ||
object_ptr< WebAppOpenMode > && | mode_ | ||
) |
Options to be used when a Web App is opened.
[in] | theme_ | Preferred Web App theme; pass null to use the default theme. |
[in] | application_name_ | Short name of the current application; 0-64 English letters, digits, and underscores. |
[in] | mode_ | The mode in which the Web App is opened; pass null to open in webAppOpenModeFullSize. |
|
finalvirtual |