Package org.drinkless.tdlib
Class TdApi.ChatPhotoStickerTypeCustomEmoji
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatPhotoStickerType
org.drinkless.tdlib.TdApi.ChatPhotoStickerTypeCustomEmoji
- Enclosing class:
- TdApi
Information about the custom emoji, which was used to create the chat photo.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the custom emoji. -
Constructor Summary
ConstructorsConstructorDescriptionInformation 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
customEmojiId
public long customEmojiIdIdentifier of the custom emoji. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- 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- Identifier of the custom emoji.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-