Class ImageMessage

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageMessage()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getThumbnailBase64() Thumbnail Base64 encoded data.
      final Unit setThumbnailBase64(String thumbnailBase64) Thumbnail Base64 encoded data.
      final Boolean getOriginal() Whether this is an original (full-resolution) image.
      final Unit setOriginal(Boolean original) Whether this is an original (full-resolution) image.
      final Integer getThumWidth() Thumbnail image width in pixels.
      final Integer getThumHeight() Thumbnail image height in pixels.
      String toString()
      • Methods inherited from class ai.nexconn.chat.message.MediaMessageContent

        getLocalPath, getName, getRemoteUrl, setLocalPath, setName, setRemoteUrl
      • Methods inherited from class ai.nexconn.chat.message.MessageContent

        getDestructTime, getExtra, getMentionedInfo, isDestruct, setDestruct, setDestructTime, setExtra, setMentionedInfo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageMessage

        ImageMessage()
    • Method Detail

      • getOriginal

         final Boolean getOriginal()

        Whether this is an original (full-resolution) image.

      • setOriginal

         final Unit setOriginal(Boolean original)

        Whether this is an original (full-resolution) image.

      • getThumWidth

         final Integer getThumWidth()

        Thumbnail image width in pixels.

      • getThumHeight

         final Integer getThumHeight()

        Thumbnail image height in pixels.