public static class TdApi.ChatPhotoStickerTypeCustomEmoji extends TdApi.ChatPhotoStickerType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
customEmojiId
Identifier of the custom emoji.
|
| Constructor and Description |
|---|
ChatPhotoStickerTypeCustomEmoji()
Information about the custom emoji, which was used to create the chat photo.
|
ChatPhotoStickerTypeCustomEmoji(long customEmojiId)
Information about the custom emoji, which was used to create the chat photo.
|
| 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 ChatPhotoStickerTypeCustomEmoji()
public ChatPhotoStickerTypeCustomEmoji(long customEmojiId)
customEmojiId - Identifier of the custom emoji.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object