Nostrum.Struct.Event.GuildScheduledEventUserAdd (nostrum v0.11.0-dev)

View Source

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

guild_id()

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

The id of the guild the event is scheduled for.

guild_scheduled_event_id()

(since 0.5.0)
@type guild_scheduled_event_id() :: Nostrum.Struct.Guild.ScheduledEvent.id()

The id of the scheduled event.

t()

(since 0.5.0)
@type t() :: %Nostrum.Struct.Event.GuildScheduledEventUserAdd{
  guild_id: guild_id(),
  guild_scheduled_event_id: guild_scheduled_event_id(),
  user_id: user_id()
}

user_id()

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

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