Class GuildBanRemovedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for the GuildBanRemoved event.
public class GuildBanRemovedEventArgs : DiscordEventArgs
- Inheritance
-
GuildBanRemovedEventArgs
Properties
- Guild
Gets the guild this member was unbanned in.
- Member
Gets the member that just got unbanned.