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