Class GuildUpdateEventArgs
Represents arguments for GuildUpdated event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class GuildUpdateEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceGuildAfter
Gets the guild after it was updated.
Declaration
public DiscordGuild GuildAfter { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
GuildBefore
Gets the guild before it was updated.
Declaration
public DiscordGuild GuildBefore { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |