Enum ImageFormat
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Specifies the type of format the image should return in.
public enum ImageFormat
Fields
Auto = 0Use automatically detected format.
Gif = 4Use GIF.
Jpeg = 3Use JPEG.
Png = 2Use PNG.
WebP = 1Use Google's WebP image format.