Method GetAvatarUrl
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
GetAvatarUrl(MediaFormat, ushort)
Gets the application's cover image URL, in requested format and size.
public string? GetAvatarUrl(MediaFormat fmt, ushort size = 1024)
Parameters
fmt
MediaFormatFormat of the image to get.
size
ushortMaximum size of the cover image. Must be a power of two, minimum 16, maximum 2048.
Returns
- string
URL of the application's cover image.