Table of Contents

Class GuildScheduledEventUserRemoveEventArgs

Namespace
DisCatSharp.EventArgs
Assembly
DisCatSharp.dll

Represents arguments for GuildScheduledEventUserRemoved event.

public class GuildScheduledEventUserRemoveEventArgs : DiscordEventArgs
Inheritance
GuildScheduledEventUserRemoveEventArgs
Inherited Members

Properties

ExceptionId

Gets the scheduled event exception id, if the unsubscription applies to a specific recurrence.

Guild

Gets the guild.

Member

Gets the member which has unsubscribed from this scheduled event.

ScheduledEvent

Gets the scheduled event.

User

Gets the user which has unsubscribed from this scheduled event.