View Source Nostrum.Struct.Event.GuildScheduledEventUserAdd (Nostrum v0.8.0)
Struct representing a guild scheduled event user add 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 subscribed to the scheduled event.
Link to this section 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.GuildScheduledEventUserAdd{ 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 subscribed to the scheduled event.