Construct a type with the properties of T except for those in type K.

Hierarchy (View Summary)

Constructors

Properties

bitrate: number
client: Client<true>
guild: Guild
guildId: string
id: string
lastMessage: null | Message<boolean>
lastMessageId: null | string
name: string
nsfw: boolean
parentId: null | string
permissionOverwrites: PermissionOverwriteManager
rateLimitPerUser: null | number
rawPosition: number
rtcRegion: null | string
topic: null | string
userLimit: number
videoQualityMode: null | VideoQualityMode

Accessors

  • get createdAt(): Date

    Returns Date

  • get createdTimestamp(): number

    Returns number

  • get deletable(): boolean

    Returns boolean

  • get full(): boolean

    Returns boolean

  • get joinable(): boolean

    Returns boolean

  • get manageable(): boolean

    Returns boolean

  • get parent(): null | CategoryChannel

    Returns null | CategoryChannel

  • get partial(): false

    Returns false

  • get permissionsLocked(): null | boolean

    Returns null | boolean

  • get position(): number

    Returns number

  • get url(): string

    Returns string

  • get viewable(): boolean

    Returns boolean

Methods

  • Parameters

    • ...props: Record<string, string | boolean>[]

    Returns unknown

  • Returns a string representation of an object.

    Returns `<#${string}>`