core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.network.models
/
PublicChatPreset
Public
Chat
Preset
@
Serializable
class
PublicChatPreset
(
val
canSend
:
Boolean
,
val
text
:
Boolean
,
val
files
:
Boolean
)
Members
Constructors
Public
Chat
Preset
Link copied to clipboard
constructor
(
canSend
:
Boolean
,
text
:
Boolean
,
files
:
Boolean
)
Properties
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