mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
add: ListPublicArchivedThreads
This commit is contained in:
7
src/types/channels/list_public_archived_threads.ts
Normal file
7
src/types/channels/list_public_archived_threads.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface ListPublicArchivedThreads {
|
||||
// TODO: convert unix to ISO9601 timestamp
|
||||
/** Returns threads before this timestamp. UNIX or ISO8601 timestamp */
|
||||
before?: number | string;
|
||||
/** Optional maximum number of threads to return */
|
||||
limit?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user