shared
1.22.2
common
shared
/
io.dyte.core.feat
/
DyteFileMessage
Dyte
File
Message
class
DyteFileMessage
(
val
userId
:
String
,
val
displayName
:
String
,
val
read
:
Boolean
,
val
pluginId
:
String
?
,
val
name
:
String
,
val
time
:
String
,
val
link
:
String
,
val
size
:
Long
)
:
DyteChatMessage
Members
Constructors
Dyte
File
Message
Link copied to clipboard
constructor
(
userId
:
String
,
displayName
:
String
,
read
:
Boolean
,
pluginId
:
String
?
,
name
:
String
,
time
:
String
,
link
:
String
,
size
:
Long
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
link
Link copied to clipboard
val
link
:
String
name
Link copied to clipboard
val
name
:
String
plugin
Id
Link copied to clipboard
val
pluginId
:
String
?
read
Link copied to clipboard
val
read
:
Boolean
size
Link copied to clipboard
val
size
:
Long
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