shared
1.33.0
common
shared
/
io.dyte.core.feat
/
DyteChatMessage
Dyte
Chat
Message
open
class
DyteChatMessage
(
val
userId
:
String
,
val
displayName
:
String
,
val
read
:
Boolean
,
val
pluginId
:
String
?
,
val
type
:
DyteMessageType
,
val
time
:
String
,
val
channelId
:
String
?
)
Inheritors
DyteTextMessage
DyteImageMessage
DyteFileMessage
Members
Constructors
Dyte
Chat
Message
Link copied to clipboard
constructor
(
userId
:
String
,
displayName
:
String
,
read
:
Boolean
,
pluginId
:
String
?
,
type
:
DyteMessageType
,
time
:
String
,
channelId
:
String
?
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
String
?
display
Name
Link copied to clipboard
val
displayName
:
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