Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StartServerOptions

Hierarchy

  • StartServerOptions

Index

Properties

Optional app

app: Express

Optional beforeRouteSetup

beforeRouteSetup: (app: Express) => void

Type declaration

    • (app: Express): void
    • Parameters

      • app: Express

      Returns void

botname

botname: string

clientId

clientId: string

clientSecret

clientSecret: string

eventEmitter

host

host: string

listen

listen: boolean

port

port: number

scopes

scopes: string[]

setupScopes

setupScopes: string[]

Optional tmiOptions

tmiOptions: TmiOptions

Generated using TypeDoc