View Source Nostrum.Struct.Guild.ScheduledEvent.User (Nostrum v0.8.0)
Struct representing a user in a guild's scheduled event.
Link to this section Summary
Types
The ID of the guild scheduled event.
The guild member for the event
The user which is subscribed to the event.
Link to this section Types
@type event_id() :: Nostrum.Struct.Guild.ScheduledEvent.id()
The ID of the guild scheduled event.
@type member() :: Nostrum.Struct.Guild.Member.t() | nil
The guild member for the event
@type user() :: Nostrum.Struct.User.t()
The user which is subscribed to the event.