View Source Nostrum.Struct.Event.VoiceServerUpdate (Nostrum v0.9.0)

Sent when a guild's voice server is updated

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

Types

Link to this type

endpoint()

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

The voice server host

Link to this type

guild_id()

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

Guild this voice server update is for

@type t() :: %Nostrum.Struct.Event.VoiceServerUpdate{
  endpoint: endpoint(),
  guild_id: guild_id(),
  token: token()
}

Event sent when a guild's voice server is updated

@type token() :: String.t()

Voice connection token