shared
1.25.2
common
shared
/
io.dyte.core.feat
/
DyteTextMessage
Dyte
Text
Message
class
DyteTextMessage
(
val
userId
:
String
,
val
displayName
:
String
,
val
read
:
Boolean
,
val
pluginId
:
String
?
,
val
message
:
String
,
val
time
:
String
,
val
channelId
:
String
?
=
null
)
:
DyteChatMessage
Members
Constructors
Dyte
Text
Message
Link copied to clipboard
constructor
(
userId
:
String
,
displayName
:
String
,
read
:
Boolean
,
pluginId
:
String
?
,
message
:
String
,
time
:
String
,
channelId
:
String
?
=
null
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
String
?
display
Name
Link copied to clipboard
val
displayName
:
String
message
Link copied to clipboard
val
message
:
String
plugin
Id
Link copied to clipboard
val
pluginId
:
String
?
read
Link copied to clipboard
val
read
:
Boolean
time
Link copied to clipboard
val
time
:
String
type
Link copied to clipboard
val
type
:
DyteMessageType
user
Id
Link copied to clipboard
val
userId
:
String