Class WebhooksUpdateEventArgs
Represents arguments to WebhooksUpdated event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class WebhooksUpdateEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceChannel
Gets the channel to which the webhook belongs to.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
Guild
Gets the guild that had its webhooks updated.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |