public static class TdApi.StickerFullTypeCustomEmoji extends TdApi.StickerFullType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
customEmojiId
Identifier of the custom emoji.
|
boolean |
needsRepainting
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 and Description |
|---|
StickerFullTypeCustomEmoji()
The 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long customEmojiId
public boolean needsRepainting
public static final int CONSTRUCTOR
public StickerFullTypeCustomEmoji()
public StickerFullTypeCustomEmoji(long customEmojiId,
boolean needsRepainting)
customEmojiId - Identifier of the custom emoji.needsRepainting - 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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object