RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Class BanEntity

    Represents a Ban issued to a user. Provides helper methods to easily lift the ban directly from the entity instance.

    Index

    Constructors

    Properties

    active: boolean
    bannedAt: Date
    expiresAt: Date | null
    id: number

    Ban.id

    reason: string | null
    staffer: string | null
    unbannedAt: Date | null
    unbannedBy: string | null
    unbanReason: string | null
    userId: number

    Methods