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 {
    height: number;
    isDefault: boolean;
    path: string;
    width: number;
}

Properties

height: number
isDefault: boolean
path: string
width: number

Generated using TypeDoc v0.25.12