Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/revoltio/mod.ts>Invite

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

Constructors

new
Invite(client: Client, data: API.Invite)

Properties

readonly
channel
channelId: string
readonly
inviter: User | null
inviterId: string
readonly
server: Server | null
serverId: string | null

Methods

protected
_patch(data: API.Invite): this
toString(): string