trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.model.events.m
/
TypingDataUnitContent
Typing
Data
Unit
Content
@
Serializable
data
class
TypingDataUnitContent
(
val
roomId
:
RoomId
,
val
userId
:
UserId
,
val
typing
:
Boolean
)
:
EphemeralDataUnitContent
See also
matrix spec
Members
Constructors
Typing
Data
Unit
Content
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
userId
:
UserId
,
typing
:
Boolean
)
Properties
room
Id
Link copied to clipboard
@
SerialName
(
value
=
"room_id"
)
val
roomId
:
RoomId
typing
Link copied to clipboard
@
SerialName
(
value
=
"typing"
)
val
typing
:
Boolean
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId