-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.datamodels.usericons
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.DataModels
Collection of icons for a user.
public struct UserIcons
Inheritance Object → ValueType → UserIcons
Remarks:
The URLs may be in webp format.
URL for the Large sized icon.
public string Large { get; set; }
URL for the Medium sized icon.
public string Medium { get; set; }
URL for the Small sized icon.
public string Small { get; set; }