Remedy.Struct.Event.VoiceServerUpdate (Remedy v0.5.2) View Source

Sent when a guild's voice server is updated

Link to this section Summary

Types

The voice server host

Guild this voice server update is for

t()

Event sent when a guild's voice server is updated

Voice connection token

Link to this section Types

Specs

endpoint() :: String.t() | nil

The voice server host

Specs

guild_id() :: Remedy.Struct.Guild.id()

Guild this voice server update is for

Specs

t() :: %Remedy.Struct.Event.VoiceServerUpdate{
  endpoint: endpoint(),
  guild_id: guild_id(),
  token: token()
}

Event sent when a guild's voice server is updated

Specs

token() :: String.t()

Voice connection token