Module tdlight.api

Class TdApi.ChatPhotoStickerTypeCustomEmoji

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatPhotoStickerType
it.tdlight.jni.TdApi.ChatPhotoStickerTypeCustomEmoji
Enclosing class:
TdApi

public static final class TdApi.ChatPhotoStickerTypeCustomEmoji extends TdApi.ChatPhotoStickerType
Information about the custom emoji, which was used to create the chat photo.
  • Field Details

    • customEmojiId

      public long customEmojiId
      Identifier 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

      public ChatPhotoStickerTypeCustomEmoji(DataInput input) throws IOException
      Information about the custom emoji, which was used to create the chat photo.
      Throws:
      IOException
  • Method Details