shared
1.19.13
common
shared
/
io.dyte.core.network.models
/
PublicChatPreset
Public
Chat
Preset
@
Serializable
data
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
val
canSend
:
Boolean
files
Link copied to clipboard
val
files
:
Boolean
text
Link copied to clipboard
val
text
:
Boolean