Table of Contents

Class GuildRoleDeletedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for GuildRoleDeleted event.

public class GuildRoleDeletedEventArgs : DiscordEventArgs
Inheritance
GuildRoleDeletedEventArgs

Properties

Guild

Gets the guild in which the role was deleted.

Role

Gets the role that was deleted.