Skip to main content
Module

x/biscuit/mod.ts>EditNewsChannelOptions

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface EditNewsChannelOptions
import { type EditNewsChannelOptions } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Properties

optional
type: ChannelTypes.GuildNews | ChannelTypes.GuildText
optional
topic: string | null
optional
nfsw: boolean | null
optional
parentId: Snowflake | null
optional
defaultAutoArchiveDuration: number | null