Skip to main content
Module

x/harmony/mod.ts>ThreadChannel#edit

An easy to use Discord API Library for Deno.
Go to Latest
method ThreadChannel.prototype.edit
Re-export
import { ThreadChannel } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Edit the Guild Thread Channel

Parameters

options: { slowmode?: number; name?: string; autoArchiveDuration?: number; archived?: boolean; locked?: boolean; }