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 ImageInfoRoomAvatarContent. infoMetadata about the image referred to in url.private ImageInfoStickerContent. infoRequired. -
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 ImageInfoImage. infoInformation about the file referred to in url.Methods in io.github.ma1uta.matrix.event.message that return ImageInfo Modifier and Type Method Description ImageInfoImage. getInfo()Methods in io.github.ma1uta.matrix.event.message with parameters of type ImageInfo Modifier and Type Method Description voidImage. setInfo(ImageInfo info)
-