trixnity-core
Toggle table of contents
4.13.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
AvatarEventContent
Avatar
Event
Content
@
Serializable
data
class
AvatarEventContent
(
val
url
:
String
?
=
null
,
val
info
:
ImageInfo
?
=
null
,
val
externalUrl
:
String
?
=
null
)
:
StateEventContent
See also
matrix spec
Members
Constructors
Avatar
Event
Content
Link copied to clipboard
constructor
(
url
:
String
?
=
null
,
info
:
ImageInfo
?
=
null
,
externalUrl
:
String
?
=
null
)
Properties
external
Url
Link copied to clipboard
@
SerialName
(
value
=
"external_url"
)
open
override
val
externalUrl
:
String
?
=
null
info
Link copied to clipboard
@
SerialName
(
value
=
"info"
)
val
info
:
ImageInfo
?
=
null
url
Link copied to clipboard
@
SerialName
(
value
=
"url"
)
val
url
:
String
?
=
null