View Source Nostrum.Struct.Event.GuildScheduledEventUserRemove (Nostrum v0.6.1)
Struct representing a guild scheduled event user remove event.
Link to this section Summary
Types
The id of the guild the event is scheduled for.
The id of the scheduled event.
The id of the user that unsubscribed to the scheduled event.
Link to this section Types
Specs
guild_id() :: Nostrum.Struct.Guild.id()
The id of the guild the event is scheduled for.
Specs
guild_scheduled_event_id() :: Nostrum.Struct.Guild.ScheduledEvent.id()
The id of the scheduled event.
Specs
t() :: %Nostrum.Struct.Event.GuildScheduledEventUserRemove{ guild_id: guild_id(), guild_scheduled_event_id: guild_scheduled_event_id(), user_id: user_id() }
Specs
user_id() :: Nostrum.Struct.User.id()
The id of the user that unsubscribed to the scheduled event.