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

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

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

Public Member Functions

 inputBusinessStartPage ()
 
 inputBusinessStartPage (string const &title_, string const &message_, object_ptr< InputFile > &&sticker_)
 
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

string title_
 Title text of the start page; 0-getOption("business_start_page_title_length_max") characters.
 
string message_
 Message text of the start page; 0-getOption("business_start_page_message_length_max") characters.
 
object_ptr< InputFilesticker_
 Greeting sticker of the start page; pass null if none. The sticker must belong to a sticker set and must not be a custom emoji.
 

Static Public Attributes

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

Detailed Description

Describes settings for a business account start page to set.

Definition at line 27105 of file td_api.h.

Constructor & Destructor Documentation

◆ inputBusinessStartPage() [1/2]

td::td_api::inputBusinessStartPage::inputBusinessStartPage ( )

Describes settings for a business account start page to set.

◆ inputBusinessStartPage() [2/2]

td::td_api::inputBusinessStartPage::inputBusinessStartPage ( string const &  title_,
string const &  message_,
object_ptr< InputFile > &&  sticker_ 
)

Describes settings for a business account start page to set.

Parameters
[in]title_Title text of the start page; 0-getOption("business_start_page_title_length_max") characters.
[in]message_Message text of the start page; 0-getOption("business_start_page_message_length_max") characters.
[in]sticker_Greeting sticker of the start page; pass null if none. The sticker must belong to a sticker set and must not be a custom emoji.

Member Function Documentation

◆ store()

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

◆ ID

const std::int32_t td::td_api::inputBusinessStartPage::ID = -327383072
static

Identifier uniquely determining a type of the object.

Definition at line 27137 of file td_api.h.

◆ message_

string td::td_api::inputBusinessStartPage::message_

Message text of the start page; 0-getOption("business_start_page_message_length_max") characters.

Definition at line 27118 of file td_api.h.

◆ sticker_

object_ptr<InputFile> td::td_api::inputBusinessStartPage::sticker_

Greeting sticker of the start page; pass null if none. The sticker must belong to a sticker set and must not be a custom emoji.

Definition at line 27120 of file td_api.h.

◆ title_

string td::td_api::inputBusinessStartPage::title_

Title text of the start page; 0-getOption("business_start_page_title_length_max") characters.

Definition at line 27116 of file td_api.h.


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