Details about system and custom avatars.

interface Avatars {
    custom?: Version3.Version3Models.Avatar[];
    system?: Version3.Version3Models.Avatar[];
}

Properties

Properties

Custom avatars list.

System avatars list.