public static class TdApi.TextEntityTypeCustomEmoji extends TdApi.TextEntityType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
customEmojiId
Unique identifier of the custom emoji.
|
| Constructor and Description |
|---|
TextEntityTypeCustomEmoji()
A custom emoji.
|
TextEntityTypeCustomEmoji(long customEmojiId)
A custom emoji.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long customEmojiId
public static final int CONSTRUCTOR
public TextEntityTypeCustomEmoji()
public TextEntityTypeCustomEmoji(long customEmojiId)
customEmojiId - Unique identifier of the custom emoji.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object