toggle menu
trixnity-client
4.3.7
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.room.message
/
image
image
suspend
fun
MessageBuilder
.
image
(
body
:
String
,
image
:
ByteArrayFlow
,
format
:
String
?
=
null
,
formattedBody
:
String
?
=
null
,
fileName
:
String
?
=
null
,
type
:
ContentType
?
=
null
,
size
:
Int
?
=
null
,
height
:
Int
?
=
null
,
width
:
Int
?
=
null
)