Search Results for

    Show / Hide Table of Contents

    Interface IApplication

    Represents a Discord application created via the developer portal.

    Inherited Members
    ISnowflakeEntity.CreatedAt
    IEntity<UInt64>.Id
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public interface IApplication : ISnowflakeEntity, IEntity<ulong>

    Properties

    | Improve this Doc View Source

    BotRequiresCodeGrant

    Gets if the bot requires code grant.

    Declaration
    bool BotRequiresCodeGrant { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Description

    Gets the description of the application.

    Declaration
    string Description { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Flags

    Gets the application's public flags.

    Declaration
    ApplicationFlags Flags { get; }
    Property Value
    Type Description
    ApplicationFlags
    | Improve this Doc View Source

    IconUrl

    Gets the icon URL of the application.

    Declaration
    string IconUrl { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    InstallParams

    Gets a collection of install parameters for this application.

    Declaration
    ApplicationInstallParams InstallParams { get; }
    Property Value
    Type Description
    ApplicationInstallParams
    | Improve this Doc View Source

    IsBotPublic

    Gets if the bot is public.

    Declaration
    bool IsBotPublic { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Name

    Gets the name of the application.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Owner

    Gets the partial user object containing info on the owner of the application.

    Declaration
    IUser Owner { get; }
    Property Value
    Type Description
    IUser
    | Improve this Doc View Source

    PrivacyPolicy

    Gets the the url of the app's privacy policy.

    Declaration
    string PrivacyPolicy { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    RPCOrigins

    Gets the RPC origins of the application.

    Declaration
    IReadOnlyCollection<string> RPCOrigins { get; }
    Property Value
    Type Description
    IReadOnlyCollection<String>
    | Improve this Doc View Source

    Tags

    Gets a collection of tags related to the application.

    Declaration
    IReadOnlyCollection<string> Tags { get; }
    Property Value
    Type Description
    IReadOnlyCollection<String>
    | Improve this Doc View Source

    Team

    Gets the team associated with this application if there is one.

    Declaration
    ITeam Team { get; }
    Property Value
    Type Description
    ITeam
    | Improve this Doc View Source

    TermsOfService

    Gets the url of the app's terms of service.

    Declaration
    string TermsOfService { get; }
    Property Value
    Type Description
    String

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2