core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.network.models
/
PrivateChatPreset
Private
Chat
Preset
@
Serializable
class
PrivateChatPreset
(
val
canSend
:
Boolean
,
val
canReceive
:
Boolean
,
val
text
:
Boolean
,
val
files
:
Boolean
)
Members
Constructors
Private
Chat
Preset
Link copied to clipboard
constructor
(
canSend
:
Boolean
,
canReceive
:
Boolean
,
text
:
Boolean
,
files
:
Boolean
)
Properties
can
Receive
Link copied to clipboard
@
SerialName
(
value
=
"can_receive"
)
val
canReceive
:
Boolean
can
Send
Link copied to clipboard
@
SerialName
(
value
=
"can_send"
)
val
canSend
:
Boolean
files
Link copied to clipboard
val
files
:
Boolean
text
Link copied to clipboard
val
text
:
Boolean