#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| 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< InputFile > | 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.
|
| |
|
| static const std::int32_t | ID = -327383072 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes settings for a business account start page to set.
Definition at line 27105 of file td_api.h.
◆ inputBusinessStartPage() [1/2]
| td::td_api::inputBusinessStartPage::inputBusinessStartPage |
( |
| ) |
|
Describes settings for a business account start page to set.
◆ inputBusinessStartPage() [2/2]
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. |
◆ 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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ 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_
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:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h