diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
BulkMessageDelete
Bulk
Message
Delete
@
Serializable
data
class
BulkMessageDelete
(
val
ids
:
List
<
String
>
,
val
channelId
:
String
,
val
guildId
:
String
?
=
null
)
(
source
)
Members
Constructors
Bulk
Message
Delete
Link copied to clipboard
constructor
(
ids
:
List
<
String
>
,
channelId
:
String
,
guildId
:
String
?
=
null
)
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
String
guild
Id
Link copied to clipboard
@
SerialName
(
value
=
"guild_id"
)
val
guildId
:
String
?
=
null
ids
Link copied to clipboard
@
SerialName
(
value
=
"ids"
)
val
ids
:
List
<
String
>