add: docs link todo comment

This commit is contained in:
ITOH
2021-05-01 11:44:53 +02:00
parent d7e94232a4
commit 7b1128a010
4 changed files with 4 additions and 0 deletions

View File

@@ -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[];

View File

@@ -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 */

View File

@@ -1,3 +1,4 @@
// TODO: add docs link
export interface ModifyThread {
/** 2-100 character thread name */
name?: string;

View File

@@ -1,3 +1,4 @@
// TODO: add docs link
export interface StartThread {
/** 2-100 character thread name */
name: string;