Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BaseInvite

Hierarchy

Index

Properties

Methods

Properties

channel

channel: { id: string; name?: undefined | string; type: 0 | 2 | 4 | 5 | 6 | 3 }

Type declaration

  • id: string
  • Optional name?: undefined | string
  • type: 0 | 2 | 4 | 5 | 6 | 3

code

code: string

Optional inviter

inviter: undefined | User

Methods

delete

  • delete(reason?: string): Promise<void>
  • Parameters

    • Optional reason: string

    Returns Promise<void>

toJSON

  • Parameters

    • Optional props: string[]

    Returns JSONCache

Generated using TypeDoc