Interface VoiceServerUpdate

      interface VoiceServerUpdate {
          endpoint: string;
          guild_id: `${bigint}`;
          token: string;
      }

      Properties

      endpoint: string
      guild_id: `${bigint}`
      token: string