diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
PartialChannel
Partial
Channel
@
Serializable
@
SerialName
(
value
=
"7"
)
data
class
PartialChannel
(
val
id
:
String
,
val
name
:
String
,
val
type
:
Int
,
val
permissionOverwrites
:
List
<
Overwrite
>
=
emptyList()
)
:
Channel
,
NamedChannel
(
source
)
Members
Constructors
Partial
Channel
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
type
:
Int
,
permissionOverwrites
:
List
<
Overwrite
>
=
emptyList()
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
open
override
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
open
override
val
name
:
String
permission
Overwrites
Link copied to clipboard
@
SerialName
(
value
=
"permission_overwrites"
)
val
permissionOverwrites
:
List
<
Overwrite
>
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
Int