java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatPhotoStickerType
it.tdlight.jni.TdApi.ChatPhotoStickerTypeCustomEmoji
- Enclosing class:
- TdApi
Information about the custom emoji,
which was used to create the chat photo.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the custom emoji. -
Constructor Summary
ConstructorDescriptionInformation 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.Information about the custom emoji, which was used to create the chat photo. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
customEmojiId
public long customEmojiIdIdentifier of the custom emoji. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatPhotoStickerTypeCustomEmoji
public ChatPhotoStickerTypeCustomEmoji()Information about the custom emoji, which was used to create the chat photo. -
ChatPhotoStickerTypeCustomEmoji
public ChatPhotoStickerTypeCustomEmoji(long customEmojiId) Information about the custom emoji, which was used to create the chat photo.- Parameters:
customEmojiId
- long Identifier of the custom emoji.
-
ChatPhotoStickerTypeCustomEmoji
Information about the custom emoji, which was used to create the chat photo.- 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()
-