trixnity-client
3.8.0
common
trixnity-client
/
net.folivo.trixnity.client.room.message
/
video
video
suspend
fun
MessageBuilder
.
video
(
body
:
String
,
video
:
ByteArrayFlow
,
type
:
ContentType
,
size
:
Int
?
=
null
,
height
:
Int
?
=
null
,
width
:
Int
?
=
null
,
duration
:
Int
?
=
null
)