SOUNDBOARD_SOUNDS
Signature
export declare const SOUNDBOARD_SOUNDS: (_: UsingClient, data: GatewaySoundboardSoundsDispatchData) => { soundboardSounds: { name: string; soundId: string; volume: number; ... 4 more ...; user?: { ...; } | undefined; }[]; guildId: string; };Members
This export does not declare public properties or methods in the generated declaration file.