Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/revoltio/src/lib.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/src/lib.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