public static class TdApi.EmojiCategory extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Sticker |
icon
Custom emoji sticker, which represents icon of the category.
|
boolean |
isGreeting
True, if the category must be shown first when choosing a sticker for the start page.
|
java.lang.String |
name
Name of the category.
|
TdApi.EmojiCategorySource |
source
Source of stickers for the emoji category.
|
| Constructor and Description |
|---|
EmojiCategory()
Describes an emoji category.
|
EmojiCategory(java.lang.String name,
TdApi.Sticker icon,
TdApi.EmojiCategorySource source,
boolean isGreeting)
Describes an emoji category.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public TdApi.Sticker icon
public TdApi.EmojiCategorySource source
public boolean isGreeting
public static final int CONSTRUCTOR
public EmojiCategory()
public EmojiCategory(java.lang.String name,
TdApi.Sticker icon,
TdApi.EmojiCategorySource source,
boolean isGreeting)
name - Name of the category.icon - Custom emoji sticker, which represents icon of the category.source - Source of stickers for the emoji category.isGreeting - True, if the category must be shown first when choosing a sticker for the start page.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object