DecoratedClient<T, U, V>
An extension of the tmi.js client which extends it with AuthProvider integration.
Constructor
new DecoratedClient(opts)
Creates a new tmi.js client which utilizes the given AuthProvider instance.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
opts | Options | none |
The tmi.js options, with the auth provider replacing the identity option. |