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

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

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

Public Member Functions

 background ()
 
 background (int64 id_, bool is_default_, bool is_dark_, string const &name_, object_ptr< document > &&document_, object_ptr< BackgroundType > &&type_)
 
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

int64 id_
 Unique background identifier.
 
bool is_default_
 True, if this is one of default backgrounds.
 
bool is_dark_
 True, if the background is dark and is recommended to be used with dark theme.
 
string name_
 Unique background name.
 
object_ptr< documentdocument_
 Document with the background; may be null. Null only for filled and chat theme backgrounds.
 
object_ptr< BackgroundTypetype_
 Type of the background.
 

Static Public Attributes

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

Detailed Description

Describes a chat background.

Definition at line 3525 of file td_api.h.

Constructor & Destructor Documentation

◆ background() [1/2]

td::td_api::background::background ( )

Describes a chat background.

◆ background() [2/2]

td::td_api::background::background ( int64  id_,
bool  is_default_,
bool  is_dark_,
string const &  name_,
object_ptr< document > &&  document_,
object_ptr< BackgroundType > &&  type_ 
)

Describes a chat background.

Parameters
[in]id_Unique background identifier.
[in]is_default_True, if this is one of default backgrounds.
[in]is_dark_True, if the background is dark and is recommended to be used with dark theme.
[in]name_Unique background name.
[in]document_Document with the background; may be null. Null only for filled and chat theme backgrounds.
[in]type_Type of the background.

Member Function Documentation

◆ store()

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

◆ document_

object_ptr<document> td::td_api::background::document_

Document with the background; may be null. Null only for filled and chat theme backgrounds.

Definition at line 3544 of file td_api.h.

◆ ID

const std::int32_t td::td_api::background::ID = -429971172
static

Identifier uniquely determining a type of the object.

Definition at line 3566 of file td_api.h.

◆ id_

int64 td::td_api::background::id_

Unique background identifier.

Definition at line 3536 of file td_api.h.

◆ is_dark_

bool td::td_api::background::is_dark_

True, if the background is dark and is recommended to be used with dark theme.

Definition at line 3540 of file td_api.h.

◆ is_default_

bool td::td_api::background::is_default_

True, if this is one of default backgrounds.

Definition at line 3538 of file td_api.h.

◆ name_

string td::td_api::background::name_

Unique background name.

Definition at line 3542 of file td_api.h.

◆ type_

object_ptr<BackgroundType> td::td_api::background::type_

Type of the background.

Definition at line 3546 of file td_api.h.


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