trixnity-core
3.7.0-beta3
common
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
)
:
StateEventContent
See also
matrix spec
Members
Constructors
Avatar
Event
Content
Link copied to clipboard
constructor
(
url
:
String
?
=
null
,
info
:
ImageInfo
?
=
null
)
Properties
info
Link copied to clipboard
val
info
:
ImageInfo
?
=
null
url
Link copied to clipboard
val
url
:
String
?
=
null