Package org.drinkless.tdlib
Class TdApi.Emojis
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Emojis
-
- Enclosing class:
- TdApi
public static class TdApi.Emojis extends TdApi.Object
Represents a list of emoji.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.String[]emojisList of emojis.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
emojis
public String[] emojis
List of emojis.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Emojis
public Emojis()
Represents a list of emoji.
-
Emojis
public Emojis(String[] emojis)
Represents a list of emoji.- Parameters:
emojis- List of emojis.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-