Skip to main content
Module

x/harmony/src/types/mod.ts>GuildPreview

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

Properties

id: string
name: string
icon: string | null
splash: string | null
discoverySplash: string | null
emojis: Emoji[]
features: GuildFeatures[]
approximateMemberCount: number
approximatePresenceCount: number
description: string | null