Class GuildBanAddEventArgs
Represents arguments for GuildBanAdded event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class GuildBanAddEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceGuild
Gets the guild this member was banned in.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
Member
Gets the member that was banned.
Declaration
public DiscordMember Member { get; }
Property Value
Type | Description |
---|---|
DiscordMember |