mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 09:50:07 +00:00
add: docs link todo comment
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { ThreadMember } from "../messages/thread_member.ts";
|
||||
import { Channel } from "./channel.ts";
|
||||
|
||||
// TODO: add docs link
|
||||
export interface ListActiveThreads {
|
||||
/** The active threads */
|
||||
threads: Channel[];
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TODO: add docs link
|
||||
export interface ListPublicArchivedThreads {
|
||||
// TODO: convert unix to ISO9601 timestamp
|
||||
/** Returns threads before this timestamp. UNIX or ISO8601 timestamp */
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TODO: add docs link
|
||||
export interface ModifyThread {
|
||||
/** 2-100 character thread name */
|
||||
name?: string;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// TODO: add docs link
|
||||
export interface StartThread {
|
||||
/** 2-100 character thread name */
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user