This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.

interface Icon {
    isDefault: boolean;
    path: string;
}

Hierarchy

  • Record<string, unknown>
    • Icon

Properties

Properties

isDefault: boolean
path: string