diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.gateway.events
/
WebhookUpdate
Webhook
Update
@
Serializable
data
class
WebhookUpdate
(
val
guildId
:
String
,
val
channelId
:
String
)
(
source
)
Members
Constructors
Webhook
Update
Link copied to clipboard
constructor
(
guildId
:
String
,
channelId
:
String
)
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