Skip to content

newgroundsiodotnet.datamodels.usericons

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

UserIcons

Namespace: NewgroundsIODotNet.DataModels

Collection of icons for a user.

public struct UserIcons

Inheritance ObjectValueTypeUserIcons

Remarks:

The URLs may be in webp format.

Properties

Large

URL for the Large sized icon.

public string Large { get; set; }

Property Value

String

Medium

URL for the Medium sized icon.

public string Medium { get; set; }

Property Value

String

Small

URL for the Small sized icon.

public string Small { get; set; }

Property Value

String

Clone this wiki locally