Table of Contents

Class MessageApplication

Namespace
Discord
Assembly
Discord.Net.Core.dll
public class MessageApplication
Inheritance
MessageApplication
Inherited Members

Properties

CoverImage

Gets the ID of the embed's image asset.

public string CoverImage { get; }

Property Value

string

Description

Gets the application's description.

public string Description { get; }

Property Value

string

Icon

Gets the ID of the application's icon.

public string Icon { get; }

Property Value

string

IconUrl

Gets the Url of the application's icon.

public string IconUrl { get; }

Property Value

string

Id

Gets the snowflake ID of the application.

public ulong Id { get; }

Property Value

ulong

Name

Gets the name of the application.

public string Name { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.