Uses of Class
io.github.ma1uta.matrix.event.nested.ImageInfo
-
Packages that use ImageInfo Package Description io.github.ma1uta.matrix.event.content Event content classes.io.github.ma1uta.matrix.event.message Room message classes. -
-
Uses of ImageInfo in io.github.ma1uta.matrix.event.content
Fields in io.github.ma1uta.matrix.event.content declared as ImageInfo Modifier and Type Field Description private ImageInfo
RoomAvatarContent. info
Metadata about the image referred to in url.private ImageInfo
StickerContent. info
Required. -
Uses of ImageInfo in io.github.ma1uta.matrix.event.message
Fields in io.github.ma1uta.matrix.event.message declared as ImageInfo Modifier and Type Field Description private ImageInfo
Image. info
Information about the file referred to in url.Methods in io.github.ma1uta.matrix.event.message that return ImageInfo Modifier and Type Method Description ImageInfo
Image. getInfo()
Methods in io.github.ma1uta.matrix.event.message with parameters of type ImageInfo Modifier and Type Method Description void
Image. setInfo(ImageInfo info)
-