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 = 2
This asset can be used as large image for rich presences.
SmallImage = 1
This asset can be used as small image for rich presences.
Unknown = 0
Unknown type. This indicates something went terribly wrong.