trixnity-client
Toggle table of contents
4.12.3
common
Platform filter
common
Switch theme
Search in API
trixnity-client
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
:
Long
?
=
null
,
height
:
Int
?
=
null
,
width
:
Int
?
=
null
)