|
|
@@ -4,8 +4,10 @@ namespace Discord.API.Gateway |
|
|
|
{ |
|
|
|
internal class WebhooksUpdatedEvent |
|
|
|
{ |
|
|
|
[JsonProperty("guild_id")] public ulong GuildId { get; set; } |
|
|
|
[JsonProperty("guild_id")] |
|
|
|
public ulong GuildId { get; set; } |
|
|
|
|
|
|
|
[JsonProperty("channel_id")] public ulong ChanelId { get; set; } |
|
|
|
[JsonProperty("channel_id")] |
|
|
|
public ulong ChanelId { get; set; } |
|
|
|
} |
|
|
|
} |