shared
1.31.5
common
shared
/
io.dyte.core.network.models
/
ChatPublicPermissions
Chat
Public
Permissions
@
Serializable
data
class
ChatPublicPermissions
(
val
canSend
:
Boolean
?
=
null
,
val
text
:
Boolean
?
=
null
,
val
files
:
Boolean
?
=
null
)
Members
Constructors
Chat
Public
Permissions
Link copied to clipboard
constructor
(
canSend
:
Boolean
?
=
null
,
text
:
Boolean
?
=
null
,
files
:
Boolean
?
=
null
)
Properties
can
Send
Link copied to clipboard
@
SerialName
(
value
=
"can_send"
)
val
canSend
:
Boolean
?
=
null
files
Link copied to clipboard
@
SerialName
(
value
=
"files"
)
val
files
:
Boolean
?
=
null
text
Link copied to clipboard
@
SerialName
(
value
=
"text"
)
val
text
:
Boolean
?
=
null