Type alias NickListEvents

NickListEvents: { channelRemoved: ((channel: string) => void); update: ((channels?: string[]) => void) }

Type declaration

  • channelRemoved: ((channel: string) => void)
      • (channel: string): void
      • Parameters

        • channel: string

        Returns void

  • update: ((channels?: string[]) => void)
      • (channels?: string[]): void
      • Parameters

        • Optional channels: string[]

        Returns void

Generated using TypeDoc