import { ServerChannelManager } from "https://deno.land/x/revoltio@v1.0.0/mod.ts";
Constructors
new
ServerChannelManager(server: Server)Methods
_add(data: API.Channel): ServerChannel
create(unnamed 0: CreateChannelOptions): Promise<ServerChannel>
fetch(channel: ServerChannelResolvable, unnamed 1?): Promise<ServerChannel>