diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
ThreadDelete
Thread
Delete
@
Serializable
data
class
ThreadDelete
(
val
id
:
String
,
val
guildId
:
String
?
=
null
,
val
parentId
:
String
?
=
null
,
val
type
:
ChannelType
)
(
source
)
Members
Constructors
Thread
Delete
Link copied to clipboard
constructor
(
id
:
String
,
guildId
:
String
?
=
null
,
parentId
:
String
?
=
null
,
type
:
ChannelType
)
Properties
guild
Id
Link copied to clipboard
@
SerialName
(
value
=
"guild_id"
)
val
guildId
:
String
?
=
null
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
parent
Id
Link copied to clipboard
@
SerialName
(
value
=
"parent_id"
)
val
parentId
:
String
?
=
null
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
ChannelType