trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
RoomMessageEventContent
/
VideoMessageEventContent
Video
Message
Event
Content
@
Serializable
data
class
VideoMessageEventContent
(
val
body
:
String
,
val
info
:
VideoInfo
?
=
null
,
val
url
:
String
?
=
null
,
val
file
:
EncryptedFile
?
=
null
,
val
relatesTo
:
RelatesTo
?
=
null
,
val
mentions
:
Mentions
?
=
null
)
:
RoomMessageEventContent
See also
matrix spec
Members
Members & Extensions
Constructors
Video
Message
Event
Content
Link copied to clipboard
constructor
(
body
:
String
,
info
:
VideoInfo
?
=
null
,
url
:
String
?
=
null
,
file
:
EncryptedFile
?
=
null
,
relatesTo
:
RelatesTo
?
=
null
,
mentions
:
Mentions
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
body
Link copied to clipboard
open
override
val
body
:
String
body
Without
Fallback
Link copied to clipboard
val
RoomMessageEventContent
.
bodyWithoutFallback
:
String
file
Link copied to clipboard
val
file
:
EncryptedFile
?
=
null
info
Link copied to clipboard
val
info
:
VideoInfo
?
=
null
mentions
Link copied to clipboard
open
override
val
mentions
:
Mentions
?
=
null
relates
To
Link copied to clipboard
open
override
val
relatesTo
:
RelatesTo
?
=
null
type
Link copied to clipboard
val
type
:
String
url
Link copied to clipboard
val
url
:
String
?
=
null
Functions
get
Formatted
Body
Link copied to clipboard
fun
RoomMessageEventContent
.
getFormattedBody
(
)
:
String
?