GUILD_SOUNDBOARD_SOUND_CREATE
Signature
export declare const GUILD_SOUNDBOARD_SOUND_CREATE: (self: UsingClient, data: APISoundboardSound) => { guildId?: string | undefined; name: string; soundId: string; volume: number; emojiId: string | null; emojiName: string | null; available: boolean; } | ({ ...; } & { ...; });Members
This export does not declare public properties or methods in the generated declaration file.