Readonly
clientDetermine whether a channel should be cached or not
Fetch a channel by ID Notice: if you're using TypeScript, you will need to upcast to your desired channel type.
ID of the channel to fetch
Optional
force: booleanWhether to force a fetch from the API
Promise that resolves with the fetched channel
Generated using TypeDoc
Manages channels on the global scope. This can hold channels of any type, with all of them extending Channel. You will likely need to cast the returned values from cache or fetches