swc/crates/swc_bundler/tests/.cache/deno/90026a86745535fce55b409466f187e4e55de28f.ts
2021-11-09 20:42:49 +09:00

14 lines
401 B
TypeScript

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/threads/thread_member.ts
export interface ThreadMember {
/** The id of the thread */
id: string;
/** The id of the user */
userId: string;
/** The time the current user last joined the thread */
joinTimestamp: string;
/** Any user-thread settings, currently only used for notifications */
flags: number;
}