Class Image

  • All Implemented Interfaces:
    EventContent

    public class Image
    extends RoomMessageContent
    This message represents a single image and an optional thumbnail.
    • Field Detail

      • MSGTYPE

        public static final String MSGTYPE
        This message represents a single image and an optional thumbnail.
        See Also:
        Constant Field Values
      • info

        private ImageInfo info
        Information about the file referred to in url.
      • url

        private String url
        Required. The URL to the file.
      • file

        private EncryptedFile file
        Required if the file is encrypted. Information on the encrypted file, as specified in End-to-end encryption.
    • Constructor Detail

      • Image

        public Image()