Table of Contents

Class GuildRoleUpdateEventArgs

Namespace
DisCatSharp.EventArgs
Assembly
DisCatSharp.dll

Represents arguments for GuildRoleUpdated event.

public class GuildRoleUpdateEventArgs : DiscordEventArgs
Inheritance
GuildRoleUpdateEventArgs
Inherited Members

Properties

Guild

Gets the guild in which the update occurred.

RoleAfter

Gets the post-update role.

RoleBefore

Gets the pre-update role.