Class GIFMessage

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      GIFMessage()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getWidth() GIF Image Width
      final Unit setWidth(Integer width) GIF Image Width
      final Integer getHeight() GIF Image Height
      final Unit setHeight(Integer height) GIF Image Height
      final Long getDataSize() GIF data size (unit: bytes).
      final Unit setDataSize(Long dataSize) GIF data size (unit: bytes).
      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

      • GIFMessage

        GIFMessage()