Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientConfiguration

Hierarchy

  • ClientConfiguration

Index

Properties

Optional connection

Optional connectionRateLimits

connectionRateLimits: ConnectionRateLimits

Optional ignoreUnhandledPromiseRejections

ignoreUnhandledPromiseRejections: undefined | false | true

Optional installDefaultMixins

installDefaultMixins: undefined | false | true

Optional maxChannelCountPerConnection

maxChannelCountPerConnection: undefined | number

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

Optional password

password: undefined | string

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

If set, this must begin with "oauth:"

Optional rateLimits

rateLimits: RateLimitsConfig

Optional requestMembershipCapability

requestMembershipCapability: undefined | false | true

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

Disabled by default.

Optional username

username: undefined | string

lowercase twitch login name

Generated using TypeDoc