trixnity-client
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.room.message
/
file
file
suspend
fun
MessageBuilder
.
file
(
body
:
String
,
file
:
ByteArrayFlow
,
format
:
String
?
=
null
,
formattedBody
:
String
?
=
null
,
fileName
:
String
?
=
null
,
type
:
ContentType
?
=
null
,
size
:
Long
?
=
null
,
thumbnail
:
ByteArrayFlow
?
=
null
,
thumbnailInfo
:
ThumbnailInfo
?
=
null
)