public static class TdApi.InputBusinessStartPage extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
message
Message text of the start page; 0-getOption("business_start_page_message_length_max") characters.
|
TdApi.InputFile |
sticker
Greeting sticker of the start page; pass null if none.
|
java.lang.String |
title
Title text of the start page; 0-getOption("business_start_page_title_length_max") characters.
|
| Constructor and Description |
|---|
InputBusinessStartPage()
Describes settings for a business account start page to set.
|
InputBusinessStartPage(java.lang.String title,
java.lang.String message,
TdApi.InputFile sticker)
Describes settings for a business account start page to set.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public java.lang.String message
public TdApi.InputFile sticker
public static final int CONSTRUCTOR
public InputBusinessStartPage()
public InputBusinessStartPage(java.lang.String title,
java.lang.String message,
TdApi.InputFile sticker)
title - Title text of the start page; 0-getOption("business_start_page_title_length_max") characters.message - Message text of the start page; 0-getOption("business_start_page_message_length_max") characters.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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object