Search
Struct representing any additional metadata associated with a Guild Event.
The location of the event, 1-100 characters.
@type location() :: String.t() | nil
Required for events with entity_type of EXTERNAL.
entity_type
EXTERNAL
@type t() :: %Nostrum.Struct.Guild.ScheduledEvent.EntityMetadata{location: location()}