Package org.drinkless.tdlib
Class TdApi.EmojiCategory
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.EmojiCategory
- Enclosing class:
- TdApi
Describes an emoji category.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Custom emoji sticker, which represents icon of the category.booleanTrue, if the category must be shown first when choosing a sticker for the start page.Name of the category.Source of stickers for the emoji category. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes an emoji category.EmojiCategory(String name, TdApi.Sticker icon, TdApi.EmojiCategorySource source, boolean isGreeting) Describes an emoji category. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
name
Name of the category. -
icon
Custom emoji sticker, which represents icon of the category. -
source
Source of stickers for the emoji category. -
isGreeting
public boolean isGreetingTrue, if the category must be shown first when choosing a sticker for the start page. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
EmojiCategory
public EmojiCategory()Describes an emoji category. -
EmojiCategory
public EmojiCategory(String name, TdApi.Sticker icon, TdApi.EmojiCategorySource source, boolean isGreeting) Describes an emoji category.- Parameters:
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-