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

x/denocordts/src/types/mod.ts>APITextBasedChannel

An Object Oriented Discord API wrapper for Deno.
Latest
interface APITextBasedChannel
implements APIChannelBase<T>
import { type APITextBasedChannel } from "https://deno.land/x/denocordts@1.2.0/src/types/mod.ts";

Properties

optional
last_message_id: Snowflake | null

The id of the last message sent in this channel (may not point to an existing or valid message)