mangadex-full-api - v6.2.0
    Preparing search index...

    Class User

    This class represents a MangaDex user such as a chapter uploader

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    groups: Relationship<Group>[]
    id: string
    roles: string[]
    username: string
    version: number

    1

    Methods

    • Returns a user object for the currently authenticated user.

      Returns Promise<User>

    • Retrieves an array of users by an array of ids

      Parameters

      • ids: string[]

      Returns Promise<User[]>