Constructors

Properties

_raw: any
client: Client
id: number
image: string
iq: number
name: string
partial: boolean = false
socialmedia: {
    facebook?: string;
    twitter?: string;
}

Type declaration

  • Optional facebook?: string
  • Optional twitter?: string
thumbnail: string
url: string
verified: {
    meme: boolean;
    normal: boolean;
}

Type declaration

  • meme: boolean
  • normal: boolean

Methods

  • Fetches all information about the artist and updates all the existing properties (requires key).

    Returns Promise<Artist>

    Example

    const NewArtist = await Artist.fetch();
    

Generated using TypeDoc