shared
1.31.6
common
shared
/
io.dyte.core.feat
/
DyteImageMessage
Dyte
Image
Message
class
DyteImageMessage
(
val
userId
:
String
,
val
displayName
:
String
,
val
read
:
Boolean
,
val
pluginId
:
String
?
,
val
link
:
String
,
val
time
:
String
,
val
channelId
:
String
?
=
null
)
:
DyteChatMessage
Members
Constructors
Dyte
Image
Message
Link copied to clipboard
constructor
(
userId
:
String
,
displayName
:
String
,
read
:
Boolean
,
pluginId
:
String
?
,
link
:
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
link
Link copied to clipboard
val
link
:
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