public static class TdApi.ChatBoostFeatures extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatBoostLevelFeatures[] |
features
The list of features.
|
int |
minBackgroundCustomEmojiBoostLevel
The minimum boost level required to set custom emoji for reply header and link preview background; for channel chats only.
|
int |
minChatThemeBackgroundBoostLevel
The minimum boost level required to set a chat theme background as chat background.
|
int |
minCustomBackgroundBoostLevel
The minimum boost level required to set custom chat background.
|
int |
minCustomEmojiStickerSetBoostLevel
The minimum boost level required to set custom emoji sticker set for the chat; for supergroup chats only.
|
int |
minEmojiStatusBoostLevel
The minimum boost level required to set emoji status.
|
int |
minProfileBackgroundCustomEmojiBoostLevel
The minimum boost level required to set custom emoji for profile background.
|
int |
minSpeechRecognitionBoostLevel
The minimum boost level allowing to recognize speech in video note and voice note messages for non-Premium users; for supergroup chats only.
|
int |
minSponsoredMessageDisableBoostLevel
The minimum boost level allowing to disable sponsored messages in the chat; for channel chats only.
|
| Constructor and Description |
|---|
ChatBoostFeatures()
Contains a list of features available on the first chat boost levels.
|
ChatBoostFeatures(TdApi.ChatBoostLevelFeatures[] features,
int minProfileBackgroundCustomEmojiBoostLevel,
int minBackgroundCustomEmojiBoostLevel,
int minEmojiStatusBoostLevel,
int minChatThemeBackgroundBoostLevel,
int minCustomBackgroundBoostLevel,
int minCustomEmojiStickerSetBoostLevel,
int minSpeechRecognitionBoostLevel,
int minSponsoredMessageDisableBoostLevel)
Contains a list of features available on the first chat boost levels.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatBoostLevelFeatures[] features
public int minProfileBackgroundCustomEmojiBoostLevel
public int minBackgroundCustomEmojiBoostLevel
public int minEmojiStatusBoostLevel
public int minChatThemeBackgroundBoostLevel
public int minCustomBackgroundBoostLevel
public int minCustomEmojiStickerSetBoostLevel
public int minSpeechRecognitionBoostLevel
public int minSponsoredMessageDisableBoostLevel
public static final int CONSTRUCTOR
public ChatBoostFeatures()
public ChatBoostFeatures(TdApi.ChatBoostLevelFeatures[] features, int minProfileBackgroundCustomEmojiBoostLevel, int minBackgroundCustomEmojiBoostLevel, int minEmojiStatusBoostLevel, int minChatThemeBackgroundBoostLevel, int minCustomBackgroundBoostLevel, int minCustomEmojiStickerSetBoostLevel, int minSpeechRecognitionBoostLevel, int minSponsoredMessageDisableBoostLevel)
features - The list of features.minProfileBackgroundCustomEmojiBoostLevel - The minimum boost level required to set custom emoji for profile background.minBackgroundCustomEmojiBoostLevel - The minimum boost level required to set custom emoji for reply header and link preview background; for channel chats only.minEmojiStatusBoostLevel - The minimum boost level required to set emoji status.minChatThemeBackgroundBoostLevel - The minimum boost level required to set a chat theme background as chat background.minCustomBackgroundBoostLevel - The minimum boost level required to set custom chat background.minCustomEmojiStickerSetBoostLevel - The minimum boost level required to set custom emoji sticker set for the chat; for supergroup chats only.minSpeechRecognitionBoostLevel - The minimum boost level allowing to recognize speech in video note and voice note messages for non-Premium users; for supergroup chats only.minSponsoredMessageDisableBoostLevel - The minimum boost level allowing to disable sponsored messages in the chat; for channel chats only.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object