Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/template/beginner/deps.ts>GuildPreview

Discord API library for Node and Deno
Latest
type alias GuildPreview
import { type GuildPreview } from "https://deno.land/x/discordeno_patched@18.0.3/template/beginner/deps.ts";
definition: { id: BigString; name?: string; icon?: string; splash?: string; discoverySplash?: string; emojis?: Emoji[]; features: GuildFeatures[]; approximateMemberCount: number; approximatePresenceCount: number; description?: string; stickers: Sticker[]; }