Table of Contents

Class ScheduledGuildEventUserRemovedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Fired when someone unsubcribes from an event.

public class ScheduledGuildEventUserRemovedEventArgs : ScheduledGuildEventUserAddedEventArgs
Inheritance
ScheduledGuildEventUserRemovedEventArgs

Properties

Event

The event that was unsubscribed from.

Guild

The guild the event is scheduled for.

User

The user that unsubscribed from the event.