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::webAppOpenParameters Class Referencefinal

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

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

Public Member Functions

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

object_ptr< themeParameterstheme_
 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< WebAppOpenModemode_
 The mode in which the Web App is opened; pass null to open in webAppOpenModeFullSize.
 

Static Public Attributes

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

Detailed Description

Options to be used when a Web App is opened.

Definition at line 87348 of file td_api.h.

Constructor & Destructor Documentation

◆ webAppOpenParameters() [1/2]

td::td_api::webAppOpenParameters::webAppOpenParameters ( )

Options to be used when a Web App is opened.

◆ webAppOpenParameters() [2/2]

td::td_api::webAppOpenParameters::webAppOpenParameters ( object_ptr< themeParameters > &&  theme_,
string const &  application_name_,
object_ptr< WebAppOpenMode > &&  mode_ 
)

Options to be used when a Web App is opened.

Parameters
[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.

Member Function Documentation

◆ store()

void td::td_api::webAppOpenParameters::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

◆ application_name_

string td::td_api::webAppOpenParameters::application_name_

Short name of the current application; 0-64 English letters, digits, and underscores.

Definition at line 87361 of file td_api.h.

◆ ID

const std::int32_t td::td_api::webAppOpenParameters::ID = 1375356527
static

Identifier uniquely determining a type of the object.

Definition at line 87380 of file td_api.h.

◆ mode_

object_ptr<WebAppOpenMode> td::td_api::webAppOpenParameters::mode_

The mode in which the Web App is opened; pass null to open in webAppOpenModeFullSize.

Definition at line 87363 of file td_api.h.

◆ theme_

object_ptr<themeParameters> td::td_api::webAppOpenParameters::theme_

Preferred Web App theme; pass null to use the default theme.

Definition at line 87359 of file td_api.h.


The documentation for this class was generated from the following file: