Table of Contents

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 MediaFormat

Format of the image to get.

size ushort

Maximum size of the cover image. Must be a power of two, minimum 16, maximum 2048.

Returns

string

URL of the application's cover image.