java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StickerFullType
it.tdlight.jni.TdApi.StickerFullTypeCustomEmoji
- Enclosing class:
- TdApi
The sticker is a custom emoji to be
used inside message text and caption.
Currently, only Telegram Premium users
can use custom emoji.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the custom emoji.boolean
True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places. -
Constructor Summary
ConstructorDescriptionThe sticker is a custom emoji to be used inside message text and caption.StickerFullTypeCustomEmoji
(long customEmojiId, boolean needsRepainting) The sticker is a custom emoji to be used inside message text and caption.The sticker is a custom emoji to be used inside message text and caption. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
customEmojiId
public long customEmojiIdIdentifier of the custom emoji. -
needsRepainting
public boolean needsRepaintingTrue, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
StickerFullTypeCustomEmoji
public StickerFullTypeCustomEmoji()The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji. -
StickerFullTypeCustomEmoji
public StickerFullTypeCustomEmoji(long customEmojiId, boolean needsRepainting) The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji.- Parameters:
customEmojiId
- long Identifier of the custom emoji.needsRepainting
- boolean True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places.
-
StickerFullTypeCustomEmoji
The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use 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()
-