This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
807 B
807 B
Home > iceshrimp-sdk > Stream > useChannel
Stream.useChannel() method
Signature:
useChannel<C extends keyof Channels>(channel: C, params?: Channels[C]["params"], name?: string): Connection<Channels[C]>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| channel | C | |
| params | Channels[C]["params"] | (Optional) |
| name | string | (Optional) |
Returns:
Connection<Channels[C]>