Skip to main content
Module

x/revoltio/mod.ts>ServerChannel

No-nonsense Revolt library for nodejs and deno.
Latest
class ServerChannel
extends Channel
Re-export
import { ServerChannel } from "https://deno.land/x/revoltio@v1.0.0/mod.ts";

Constructors

new
ServerChannel(client: Client, data: APIServerChannel)

Properties

readonly
category: Category | null
description: string | null
icon: Attachment | null
name: string
nsfw: boolean
overwrites: Collection<string, Overwrite>
readonly
server: Server
serverId: string

Methods

protected
_patch(data: APIServerChannel, clear?: API.FieldsChannel[]): this
createInvite(): Promise<Invite>
iconURL(options?: { size: number; }): string | null