Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lavalink_types/src/protocol.ts>Headers

Deno typings for lavalink
Latest
interface Headers
import { type Headers } from "https://deno.land/x/lavalink_types@2.0.6/src/protocol.ts";

Properties

Authorization: string
deprecated
Num-Shards: number

Total number of shards your bot is operating on.

optional
Client-Name: string

The name of your client, optionally in the format NAME/VERSION

User-Id: string

The user id of the bot you are playing music with.

optional
Resume-Key: string

The resume-key specified in the "configureResuming" operation.