Skip to main content
Module

x/higa/mod.ts>ThreadListSyncData

A package to interract with the Discord API coded by myself
Go to Latest
interface ThreadListSyncData
import { type ThreadListSyncData } from "https://deno.land/x/higa@0.1.1/mod.ts";

Properties

guild_id: string
optional
channel_ids: string[]
threads: Channel[]
members: ThreadMember[]