.cache
Type: Collection
.client
Type: Client
.shouldCacheChannel
.delete(channelId:string
)
Type: Promise<unknown>
Delete a channel by ID
.fetch(channelId:string
,
force:boolean
)
Type: Promise<Channel>
Fetch a channel by ID Notice: if you're using TypeScript, you will need to upcast to your desired channel type.