trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core.model.events.m
/
TypingDataUnitContent
Typing
Data
Unit
Content
@
Serializable
data
class
TypingDataUnitContent
(
val
roomId
:
RoomId
,
val
userId
:
UserId
,
val
typing
:
Boolean
)
:
EphemeralDataUnitContent
Constructors
Properties
See also
See also
matrix spec
Constructors
Typing
Data
Unit
Content
Link copied to clipboard
fun
TypingDataUnitContent
(
roomId
:
RoomId
,
userId
:
UserId
,
typing
:
Boolean
)
Properties
room
Id
Link copied to clipboard
val
roomId
:
RoomId
typing
Link copied to clipboard
val
typing
:
Boolean
user
Id
Link copied to clipboard
val
userId
:
UserId