trixnity-client
Toggle table of contents
4.12.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.room.message
/
video
video
suspend
fun
MessageBuilder
.
video
(
body
:
String
,
video
:
ByteArrayFlow
,
format
:
String
?
=
null
,
formattedBody
:
String
?
=
null
,
fileName
:
String
?
=
null
,
type
:
ContentType
?
=
null
,
size
:
Long
?
=
null
,
height
:
Int
?
=
null
,
width
:
Int
?
=
null
,
duration
:
Long
?
=
null
)