java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TextEntityType
it.tdlight.jni.TdApi.TextEntityTypeCustomEmoji
- Enclosing class:
- TdApi
A custom emoji. The text behind a
custom emoji must be an emoji. Only
premium users can use premium custom emoji.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Unique identifier of the custom emoji. -
Constructor Summary
ConstructorDescriptionA custom emoji.TextEntityTypeCustomEmoji
(long customEmojiId) A custom emoji.A custom emoji. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
customEmojiId
public long customEmojiIdUnique identifier of the custom emoji. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
TextEntityTypeCustomEmoji
public TextEntityTypeCustomEmoji()A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji. -
TextEntityTypeCustomEmoji
public TextEntityTypeCustomEmoji(long customEmojiId) A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji.- Parameters:
customEmojiId
- long Unique identifier of the custom emoji.
-
TextEntityTypeCustomEmoji
A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-