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

x/cordeno/src/client/interfaces/interface_export.ts>Channel

🦕 A Discord API wrapper for developing discord bots using the Deno runtime.
Latest
interface Channel
Re-export
import { type Channel } from "https://deno.land/x/cordeno@v0.3.5/src/client/interfaces/interface_export.ts";

Properties

id: string
type: number
optional
guild_id: string
optional
position: number
optional
permission_overwrites: Array<Overwrite>
optional
name: string
optional
topic: string | null
optional
nsfw: boolean
optional
last_message_id: string
optional
bitrate: number
optional
user_limit: number
optional
rate_limit_per_user: number
optional
recipients: Array<User>
optional
icon: string
optional
owner_id: string
optional
application_id: string
optional
parent_id: string
optional
last_pin_timestamp: string