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 | Description |
---|---|---|
opts | Options | The tmi.js options, with the auth provider replacing the identity option. |