Skip to main content
Module

x/harmony/src/types/guild.ts>GuildWidgetPayload

An easy to use Discord API Library for Deno.
Go to Latest
interface GuildWidgetPayload
import { type GuildWidgetPayload } from "https://deno.land/x/harmony@v2.9.0/src/types/guild.ts";

Properties

id: string
name: string
instant_invite: string
channels: Array<{ id: string; name: string; position: number; }>
members: MemberPayload[]
presence_count: number