interface GatewayGuildSoundboardSoundDeleteDispatchData {
    guild_id: string;
    sound_id: string;
}

Properties

Properties

guild_id: string

The id of the guild the sound was in

sound_id: string

The id of the sound that was deleted