DiscordVoiceServerInformation

public struct DiscordVoiceServerInformation

Represents the information sent in a VoiceServerUpdate.

  • The voice endpoint.

    Declaration

    Swift

    public let endpoint: String
  • The guild id that is associated with this update.

    Declaration

    Swift

    public let guildId: GuildID
  • The token for the voice connection.

    Declaration

    Swift

    public let token: String