trixnity-core
3.0.0-beta1
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
Constructors
Properties
See also
See also
matrix spec
Constructors
Avatar
Event
Content
Link copied to clipboard
fun
AvatarEventContent
(
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