diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.guild
/
CreateGuildBan
Create
Guild
Ban
@
Serializable
data
class
CreateGuildBan
(
val
deleteMessageDays
:
Int
?
,
val
reason
:
String
?
)
(
source
)
Members
Constructors
Create
Guild
Ban
Link copied to clipboard
constructor
(
deleteMessageDays
:
Int
?
,
reason
:
String
?
)
Properties
delete
Message
Days
Link copied to clipboard
@
SerialName
(
value
=
"delete_message_days"
)
val
deleteMessageDays
:
Int
?
reason
Link copied to clipboard
@
SerialName
(
value
=
"reason"
)
val
reason
:
String
?