Package org.drinkless.tdlib
Class TdApi.EmojiStatusCustomEmojis
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.EmojiStatusCustomEmojis
- Enclosing class:
- TdApi
Contains a list of custom emoji identifiers for emoji statuses.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.long[]
The list of custom emoji identifiers. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of custom emoji identifiers for emoji statuses.EmojiStatusCustomEmojis
(long[] customEmojiIds) Contains a list of custom emoji identifiers for emoji statuses. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
customEmojiIds
public long[] customEmojiIdsThe list of custom emoji identifiers. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
EmojiStatusCustomEmojis
public EmojiStatusCustomEmojis()Contains a list of custom emoji identifiers for emoji statuses. -
EmojiStatusCustomEmojis
public EmojiStatusCustomEmojis(long[] customEmojiIds) Contains a list of custom emoji identifiers for emoji statuses.- Parameters:
customEmojiIds
- The list of custom emoji identifiers.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-