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

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

Inheritance diagram for td::td_api::pageBlockDetails:
td::td_api::PageBlock td::td_api::Object td::TlObject

Public Member Functions

 pageBlockDetails ()
 
 pageBlockDetails (object_ptr< RichText > &&header_, array< object_ptr< PageBlock > > &&page_blocks_, bool is_open_)
 
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< RichTextheader_
 Always visible heading for the block.
 
array< object_ptr< PageBlock > > page_blocks_
 Block contents.
 
bool is_open_
 True, if the block is open by default.
 

Static Public Attributes

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

Detailed Description

A collapsible block.

Definition at line 48492 of file td_api.h.

Constructor & Destructor Documentation

◆ pageBlockDetails() [1/2]

td::td_api::pageBlockDetails::pageBlockDetails ( )

A collapsible block.

◆ pageBlockDetails() [2/2]

td::td_api::pageBlockDetails::pageBlockDetails ( object_ptr< RichText > &&  header_,
array< object_ptr< PageBlock > > &&  page_blocks_,
bool  is_open_ 
)

A collapsible block.

Parameters
[in]header_Always visible heading for the block.
[in]page_blocks_Block contents.
[in]is_open_True, if the block is open by default.

Member Function Documentation

◆ store()

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

◆ header_

object_ptr<RichText> td::td_api::pageBlockDetails::header_

Always visible heading for the block.

Definition at line 48503 of file td_api.h.

◆ ID

const std::int32_t td::td_api::pageBlockDetails::ID = -1599869809
static

Identifier uniquely determining a type of the object.

Definition at line 48524 of file td_api.h.

◆ is_open_

bool td::td_api::pageBlockDetails::is_open_

True, if the block is open by default.

Definition at line 48507 of file td_api.h.

◆ page_blocks_

array<object_ptr<PageBlock> > td::td_api::pageBlockDetails::page_blocks_

Block contents.

Definition at line 48505 of file td_api.h.


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