Skip to main content
Go to Latest
method ClientUser.prototype.fetchChannel
import { ClientUser } from "https://deno.land/x/discord_rpc_deno@v1.0.17/src/structures/ClientUser.ts";

Used to get a channel the client is in.

Parameters

channelId: string
  • id of the channel to get

Returns

Promise<Channel>

partial channel