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

x/aether/src/structures/channels/TextChannel.ts>default

A Deno library to interface with the Discord API
Go to Latest
class default
extends GuildChannel
import { default } from "https://deno.land/x/aether@v0.0.1-beta/src/structures/channels/TextChannel.ts";

Constructors

new
default(
data: any,
guild: Guild,
client: Client,
)

Properties

lastMessageID: string
rateLimitPerUser: number
topic: string