interface GetAvatarImageByID {
    format?: string;
    id: string | number;
    size?: string;
    type: string;
}

Properties

Properties

format?: string

The format to return the avatar image in. If not provided the original content format is returned.

id: string | number

The ID of the avatar.

size?: string

The size of the avatar image. If not provided the default size is returned.

type: string

The icon type of the avatar.