core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.chat
/
FileMessage
File
Message
class
FileMessage
(
val
userId
:
String
,
val
displayName
:
String
,
val
read
:
Boolean
,
val
pluginId
:
String
?
,
val
name
:
String
,
val
time
:
String
,
val
createdAtMillis
:
Long
,
val
link
:
String
,
val
size
:
Long
,
val
targetUserIds
:
List
<
String
>
?
)
:
ChatMessage
Members
Constructors
File
Message
Link copied to clipboard
constructor
(
userId
:
String
,
displayName
:
String
,
read
:
Boolean
,
pluginId
:
String
?
,
name
:
String
,
time
:
String
,
createdAtMillis
:
Long
,
link
:
String
,
size
:
Long
,
targetUserIds
:
List
<
String
>
?
)
Properties
created
At
Millis
Link copied to clipboard
val
createdAtMillis
:
Long
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
target
User
Ids
Link copied to clipboard
val
targetUserIds
:
List
<
String
>
?
time
Link copied to clipboard
val
time
:
String
type
Link copied to clipboard
val
type
:
ChatMessageType
user
Id
Link copied to clipboard
val
userId
:
String