Class GuildRoleUpdatedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for GuildRoleUpdated event.
public class GuildRoleUpdatedEventArgs : DiscordEventArgs
- Inheritance
-
GuildRoleUpdatedEventArgs
Properties
- Guild
Gets the guild in which the update occurred.
- RoleAfter
Gets the post-update role.
- RoleBefore
Gets the pre-update role.