Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lavalink_types/mod.ts>Headers

Deno typings for lavalink
Latest
interface Headers
import { type Headers } from "https://deno.land/x/lavalink_types@2.0.6/mod.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.