shared
1.27.0
common
shared
/
io.dyte.core.socket.events.payloadmodel.inbound
/
WebSocketChatMessage
Web
Socket
Chat
Message
@
Serializable
data
class
WebSocketChatMessage
(
val
message
:
String
?
=
null
,
val
userId
:
String
,
val
displayName
:
String
,
val
type
:
Int
,
val
link
:
String
?
=
null
,
val
time
:
Long
?
=
null
,
val
name
:
String
?
=
null
,
val
size
:
Long
?
=
null
)
:
BasePayloadModel
Members
Constructors
Web
Socket
Chat
Message
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
userId
:
String
,
displayName
:
String
,
type
:
Int
,
link
:
String
?
=
null
,
time
:
Long
?
=
null
,
name
:
String
?
=
null
,
size
:
Long
?
=
null
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
link
Link copied to clipboard
val
link
:
String
?
=
null
message
Link copied to clipboard
val
message
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
size
Link copied to clipboard
val
size
:
Long
?
=
null
time
Link copied to clipboard
val
time
:
Long
?
=
null
type
Link copied to clipboard
val
type
:
Int
user
Id
Link copied to clipboard
val
userId
:
String