trixnity-core
Toggle table of contents
4.19.0
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.util
/
Reference
/
Event
Event
data
class
Event
(
val
roomId
:
RoomId
?
=
null
,
val
eventId
:
EventId
,
val
uri
:
String
?
=
null
)
:
Reference
Represents a mention of a generic event.
Members
Constructors
Event
Link copied to clipboard
constructor
(
roomId
:
RoomId
?
=
null
,
eventId
:
EventId
,
uri
:
String
?
=
null
)
Properties
event
Id
Link copied to clipboard
val
eventId
:
EventId
room
Id
Link copied to clipboard
val
roomId
:
RoomId
?
=
null
uri
Link copied to clipboard
open
override
val
uri
:
String
?
=
null
If exists, the original uri.