Type alias DiscordInteractionResponseData

DiscordInteractionResponseData: {
    allowed_mentions?: DiscordAllowedMentions;
    attachments?: DiscordAttachment[];
    components?: DiscordMessageComponent[];
    content?: string;
    embeds?: DiscordEmbed[];
    flags?: number;
    tts?: boolean;
}

Type declaration

Generated using TypeDoc