core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.chat
/
ImageMessage
Image
Message
class
ImageMessage
(
val
userId
:
String
,
val
displayName
:
String
,
val
read
:
Boolean
,
val
pluginId
:
String
?
,
val
link
:
String
,
val
time
:
String
,
val
createdAtMillis
:
Long
,
val
targetUserIds
:
List
<
String
>
?
)
:
ChatMessage
Members
Constructors
Image
Message
Link copied to clipboard
constructor
(
userId
:
String
,
displayName
:
String
,
read
:
Boolean
,
pluginId
:
String
?
,
link
:
String
,
time
:
String
,
createdAtMillis
:
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
plugin
Id
Link copied to clipboard
val
pluginId
:
String
?
read
Link copied to clipboard
val
read
:
Boolean
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