public static class TdApi.BusinessStartPage 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.
|
TdApi.Sticker |
sticker
Greeting sticker of the start page; may be null if none.
|
java.lang.String |
title
Title text of the start page.
|
| Constructor and Description |
|---|
BusinessStartPage()
Describes settings for a business account start page.
|
BusinessStartPage(java.lang.String title,
java.lang.String message,
TdApi.Sticker sticker)
Describes settings for a business account start page.
|
| 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.Sticker sticker
public static final int CONSTRUCTOR
public BusinessStartPage()
public BusinessStartPage(java.lang.String title,
java.lang.String message,
TdApi.Sticker sticker)
title - Title text of the start page.message - Message text of the start page.sticker - Greeting sticker of the start page; may be null if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object