Search Results for

    Show / Hide Table of Contents

    Interface IDiscordApplication

    Represents a Application Structure API model. Docs: https://discord.com/developers/docs/resources/application#application-object-application-structure

    Namespace: Color_Chan.Discord.Core.Common.Models.Application
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public interface IDiscordApplication

    Properties

    | Improve this Doc View Source

    CoverImage

    Gets the ID of the embed's image asset.

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

    Description

    The description of the app.

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

    Icon

    The icon hash of the app.

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

    Id

    The id of the app.

    Declaration
    ulong Id { get; set; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Name

    The name of the app.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX