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