Skip to main content
Module

x/coward/mod.ts>GuildTextChannel

🐔 Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
class GuildTextChannel
extends GuildChannel
import { GuildTextChannel } from "https://deno.land/x/coward@v0.1.0/mod.ts";

Class representing a text channel in a guild

Constructors

new
GuildTextChannel(data: any, client: Client)

Properties

lastMessageID: string
messages: Map<string, Message>
rateLimitPerUser: number
topic: string