Interface UserInfo

Hierarchy

  • UserInfo

Properties

admin: boolean

The admin status of the user

avatar?: string

The avatar hash of the user's avatar

banner?: string

The banner image url of the user

bio?: string

The bio of the user

certifiedDev: boolean

The certified status of the user

color: string

The custom hex color of the user

defAvatar: string

The cdn hash of the user's avatar if the user has none

discriminator: string

The discriminator of the user

id: string

The id of the user

mod: boolean

The mod status of the user

social: {
    github?: string;
    instagram?: string;
    reddit?: string;
    twitter?: string;
    youtube?: string;
}

The social usernames of the user

Type declaration

  • Optional github?: string

    The github username of the user

  • Optional instagram?: string

    The instagram username of the user

  • Optional reddit?: string

    The reddit username of the user

  • Optional twitter?: string

    The twitter username of the user

  • Optional youtube?: string

    The youtube channel id of the user

supporter: boolean

The supporter status of the user

username: string

The username of the user

webMod: boolean

The website moderator status of the user

Generated using TypeDoc