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