Package org.drinkless.tdlib
Class TdApi.EmojiStatusTypeCustomEmoji
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.EmojiStatusType
org.drinkless.tdlib.TdApi.EmojiStatusTypeCustomEmoji
- Enclosing class:
- TdApi
A custom emoji set as emoji status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.long
Identifier of the custom emoji in stickerFormatTgs format. -
Constructor Summary
ConstructorsConstructorDescriptionA custom emoji set as emoji status.EmojiStatusTypeCustomEmoji
(long customEmojiId) A custom emoji set as emoji status. -
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
-
customEmojiId
public long customEmojiIdIdentifier of the custom emoji in stickerFormatTgs format. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
EmojiStatusTypeCustomEmoji
public EmojiStatusTypeCustomEmoji()A custom emoji set as emoji status. -
EmojiStatusTypeCustomEmoji
public EmojiStatusTypeCustomEmoji(long customEmojiId) A custom emoji set as emoji status.- Parameters:
customEmojiId
- Identifier of the custom emoji in stickerFormatTgs format.
-
-
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
-