Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientConfiguration

Hierarchy

  • ClientConfiguration

Index

Properties

connectionRateLimits?: ConnectionRateLimits
ignoreUnhandledPromiseRejections?: boolean
installDefaultMixins?: boolean
maxChannelCountPerConnection?: number

Maximum number of channels the client will allow one connection to be joined to. 90 by default.

password?: string

Optional password. If unset no PASS is sent to the server.

If set, this must begin with "oauth:"

rateLimits?: RateLimitsConfig
requestMembershipCapability?: boolean

Can be disabled to lower the load on the bot by not requesting useless membership messages.

Disabled by default.

username?: string

lowercase twitch login name

Generated using TypeDoc