View Source Nostrum.Struct.Event.GuildScheduledEventUserAdd (Nostrum v0.9.0)

Struct representing a guild scheduled event user add event.

Summary

Types

The id of the guild the event is scheduled for.

The id of the scheduled event.

t()

The id of the user that subscribed to the scheduled event.

Types

Link to this type

guild_id()

View Source (since 0.5.0)
@type guild_id() :: Nostrum.Struct.Guild.id()

The id of the guild the event is scheduled for.

Link to this type

guild_scheduled_event_id()

View Source (since 0.5.0)
@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()
}
Link to this type

user_id()

View Source (since 0.5.0)
@type user_id() :: Nostrum.Struct.User.id()

The id of the user that subscribed to the scheduled event.