View Source Nostrum.Struct.Event.GuildScheduledEventUserRemove (Nostrum v0.10.0)
Struct representing a guild scheduled event user remove event.
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.
Types
@type guild_id() :: Nostrum.Struct.Guild.id()
The id of the guild the event is scheduled for.
@type guild_scheduled_event_id() :: Nostrum.Struct.Guild.ScheduledEvent.id()
The id of the scheduled event.
@type t() :: %Nostrum.Struct.Event.GuildScheduledEventUserRemove{ guild_id: guild_id(), guild_scheduled_event_id: guild_scheduled_event_id(), user_id: user_id() }
@type user_id() :: Nostrum.Struct.User.id()
The id of the user that unsubscribed to the scheduled event.