ScanlationGroupAttributes

Hierarchy

Implements

Constructors

Properties

altNames: LocalizedString[]

Alternate names for this group, including localized names

contactEmail: null | string

Email of this group

createdAt: Date

When this group was created

description: null | string

Description of this group (not localized)

discord: null | string

Discord server of this group

exLicensed: boolean

Is this group ex-licensed?

focusedLanguage: null | string[]

Languages this group focusses on translating

id: string

The MangaDex UUID of this group

inactive: boolean

Is this group inactive?

ircChannel: null | string

IRC channel of this group

ircServer: null | string

IRC server of this group

leader: null | Relationship<User>

Relationship to the user profile of the user

locked: boolean

Is this group locked from uploading?

mangaUpdates: null | string

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: null | string

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: null | string

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[]>

Generated using TypeDoc