shared
1.22.2
common
shared
/
io.dyte.core.network.models
/
PrivateChatPreset
Private
Chat
Preset
@
Serializable
data
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
val
canReceive
:
Boolean
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