mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
91dddc439f
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]>