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

    Class Group

    ScanlationGroupAttributes

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    altNames: LocalizedString[]

    Alternate names for this group, including localized names

    contactEmail: string | null

    Email of this group

    createdAt: Date

    When this group was created

    description: string | null

    Description of this group (not localized)

    discord: string | null

    Discord server of this group

    exLicensed: boolean

    Is this group ex-licensed?

    focusedLanguage: string[] | null

    Languages this group focusses on translating

    id: string

    The MangaDex UUID of this group

    inactive: boolean

    Is this group inactive?

    ircChannel: string | null

    IRC channel of this group

    ircServer: string | null

    IRC server of this group

    leader: Relationship<User> | null

    Relationship to the user profile of the user

    locked: boolean

    Is this group locked from uploading?

    mangaUpdates: string | null

    MangaUpdates profile of this group

    members: Relationship<User>[]

    Array of relationships to the member users of this group

    name: string

    The name of this group

    official: boolean

    Is this an official scanlation group?

    publishDelay: string

    The delay between when this group uploads a chapter and when that chapter becomes readable

    twitter: string | null

    Twitter profile of this group

    updatedAt: Date

    When this group was last updated

    verified: boolean

    Is this group verified?

    version: number

    The version of this group (incremented by updating the group data)

    website: string | null

    Url to this group's website

    Methods

    • Makes the user follow or unfollow this group

      Parameters

      • follow: boolean = true

      Returns Promise<void>

    • Makes the logged in user follow or unfollow a group

      Parameters

      • id: string
      • follow: boolean = true

      Returns Promise<void>

    • Deletes a group by their id

      Parameters

      • id: string

      Returns Promise<void>

    • Retrieves an array of groups by an array of ids

      Parameters

      • ids: string[]

      Returns Promise<Group[]>