Nostrum.Struct.Event.VoiceServerUpdate (nostrum v0.11.0-dev)

View Source

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

endpoint()

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

The voice server host

guild_id()

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

Guild this voice server update is for

t()

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

Event sent when a guild's voice server is updated

token()

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

Voice connection token