Interface InteractionMessageFlags

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

Properties

ephemeral?: boolean

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

suppressEmbeds?: boolean

Generated using TypeDoc