Search Results for

    Show / Hide Table of Contents

    Enum DiscordMessageFlags

    Represents a discord Message Flags API model. Docs: https://discord.com/developers/docs/resources/channel#message-object-message-flags

    Namespace: Color_Chan.Discord.Core.Common.API.DataModels.Message
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    [Flags]
    public enum DiscordMessageFlags

    Fields

    Name Description
    CrossPosted

    Flag given to messages that have been published to subscribed channels (via Channel Following).

    Ephemeral

    This message is only visible to the user who invoked the Interaction.

    FailedToMentionSomeRolesInThread

    This message failed to mention some roles and add their members to the thread.

    HasThread

    This message has an associated thread, with the same id as the message.

    IsCrossPost

    Flag given to messages that originated from a message in another channel (via Channel Following).

    Loading

    This message is an Interaction Response and the bot is "thinking".

    None

    Default value for flags, when none are given to a message.

    SourceMessageDeleted

    Flag given to messages that the source message for this crossPost has been deleted (via Channel Following).

    SuppressEmbeds

    Flag given to messages that do not display any embeds.

    Urgent

    Flag given to messages that came from the urgent message system.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX