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