UNPKG

@evolvejs/core

Version:

An advanced Discord API wrapper with TS and JS support

9 lines (8 loc) 282 B
import { EvolveClient } from "../../Client/EvolveClient"; import { CHANNELTYPES } from "../../Utils/Constants"; export declare class Channel { client: EvolveClient; id: string; type: CHANNELTYPES; constructor(id: string, type: CHANNELTYPES, client: EvolveClient); }