Search Results for

    Show / Hide Table of Contents

    Class DiscordApplicationData

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

    Inheritance
    Object
    DiscordApplicationData
    Implements
    IEquatable<DiscordApplicationData>
    Inherited Members
    System.Object.Equals(System.Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Object.ToString()
    Namespace: Color_Chan.Discord.Core.Common.API.DataModels
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public class DiscordApplicationData : IEquatable<DiscordApplicationData>

    Properties

    | Improve this Doc View Source

    CoverImage

    Gets the ID of the embed's image asset.

    Declaration
    [JsonPropertyName("cover_image")]
    public string CoverImage { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Description

    The description of the app.

    Declaration
    [JsonPropertyName("description")]
    public string Description { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Icon

    The icon hash of the app.

    Declaration
    [JsonPropertyName("icon")]
    public string Icon { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Id

    The id of the app.

    Declaration
    [JsonPropertyName("id")]
    public ulong Id { get; set; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Name

    The name of the app.

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    String

    Implements

    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX