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

x/lavalink_types/src/message.ts>Filters

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

Payload for configuring the filters of a player.

definition: PlayerMessage<"filters", Partial<FilterData>>