kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
TypingMessage
Typing
Message
common
data
class
TypingMessage
(
action
:
String
?
,
timestamp
:
Long
?
,
groupId
:
String
?
)
Content copied to clipboard
Properties
Properties
action
Link copied to clipboard
common
val
action
:
String
?
=
null
Content copied to clipboard
groupId
Link copied to clipboard
common
val
groupId
:
String
?
=
null
Content copied to clipboard
timestamp
Link copied to clipboard
common
val
timestamp
:
Long
?
=
null
Content copied to clipboard