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

x/revoltio/src/lib.ts>NotesChannel

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

Constructors

new
NotesChannel(client: Client, data: APINotesChannel)

Properties

readonly
lastMessage: Message | null
lastMessageId: string | null
messages: MessageManager
readonly
type
readonly
user: User
userId: string

Methods

protected
_patch(data: APINotesChannel): this
bulkDelete(messages: MessageResolvable[] | Collection<string, Message> | number): Promise<void>
send(options: MessageOptions | string): Promise<Message>