View Source Nostrum.Struct.Event.VoiceServerUpdate (Nostrum v0.10.0)
Sent when a guild's voice server is updated
Summary
Types
The voice server host
Guild this voice server update is for
Event sent when a guild's voice server is updated
Voice connection token
Types
@type endpoint() :: String.t() | nil
The voice server host
@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