Show / Hide Table of Contents

    Enum ApplicationFlags

    Represents flags for a discord application.

    Namespace: DSharpPlus
    Assembly: cs.temp.dll.dll
    Syntax
    public enum ApplicationFlags

    Fields

    Name Description
    Embedded

    Indicates that the application is a voice channel application.

    GatewayGuildMembers

    Indicates that the application is approved for the GuildMembers intent.

    GatewayGuildMembersLimited

    Indicates that the application is awaiting approval for the GuildMembers intent.

    GatewayMessageContent

    The application can track message content.

    GatewayMessageContentLimited

    The application can track message content (limited).

    GatewayPresence

    Indicates that the application is approved for the GuildPresences intent.

    GatewayPresenceLimited

    Indicates that the application is awaiting approval for the GuildPresences intent.

    VerificationPendingGuildLimit

    Indicates that the application is awaiting verification.

    Back to top © 2016-2022 DSharpPlus Contributors