Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/structures/Guild.ts>GuildPreview

A package to interract with the Discord API coded by myself
Latest
interface GuildPreview
import { type GuildPreview } from "https://deno.land/x/higa@0.1.2/deno/structures/Guild.ts";

Properties

id: string
name: string
optional
icon: string
optional
splash: string
optional
discovery_splash: string
emojis: Emoji[]
features: GuildFeature[]
approximate_member_count: number
approximate_presence_count: number
optional
description: string
optional
stickers: Sticker[]