Table of Contents

Method GetAvatarUrl

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

GetAvatarUrl(ImageFormat, ushort)

Gets the application's cover image URL, in requested format and size.

public string? GetAvatarUrl(ImageFormat fmt, ushort size = 1024)

Parameters

fmt ImageFormat

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.