Interface InteractionMessageFlags

interface InteractionMessageFlags {
    ephemeral?: boolean;
    isComponentsV2?: boolean;
    suppressEmbeds?: boolean;
    suppressNotifications?: boolean;
}

Hierarchy (view full)

Properties

ephemeral?: boolean

Ephemeral messages can only be seen by the author of the interaction

isComponentsV2?: boolean
suppressEmbeds?: boolean
suppressNotifications?: boolean

Generated using TypeDoc