Class GuildScheduledEventUserAddEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for GuildScheduledEventUserAdded event.
public class GuildScheduledEventUserAddEventArgs : DiscordEventArgs
- Inheritance
-
GuildScheduledEventUserAddEventArgs
- Inherited Members
Properties
- ExceptionId
Gets the scheduled event exception id, if the subscription applies to a specific recurrence.
- Guild
Gets the guild.
- Member
Gets the member which has subscribed to this scheduled event.
- ScheduledEvent
Gets the scheduled event.
- User
Gets the user which has subscribed to this scheduled event.