Enum DiscordApplicationAssetType
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Determines the type of the asset attached to the application.
public enum DiscordApplicationAssetType
  - Extension Methods
 
Fields
LargeImage = 2This asset can be used as large image for rich presences.
SmallImage = 1This asset can be used as small image for rich presences.
Unknown = 0Unknown type. This indicates something went terribly wrong.