View Source Nostrum.Struct.Guild.ScheduledEvent.EntityMetadata (Nostrum v0.9.0)

Struct representing any additional metadata associated with a Guild Event.

Summary

Types

The location of the event, 1-100 characters.

t()

Types

Link to this type

location()

View Source (since 0.5.0)
@type location() :: String.t() | nil

The location of the event, 1-100 characters.

Required for events with entity_type of EXTERNAL.

@type t() :: %Nostrum.Struct.Guild.ScheduledEvent.EntityMetadata{location: location()}