Class TdApi.ChatPhotoStickerTypeCustomEmoji

Enclosing class:
TdApi

public static 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
      Identifier 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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR