Table of Contents

Class GuildRoleUpdatedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for GuildRoleUpdated event.

public class GuildRoleUpdatedEventArgs : DiscordEventArgs
Inheritance
object
EventArgs
GuildRoleUpdatedEventArgs

Properties

Guild

Gets the guild in which the update occurred.

RoleAfter

Gets the post-update role.

RoleBefore

Gets the pre-update role.