Module

x/discordeno/plugins/mod.ts>CacheProps

Discord API library for Deno
Go to Latest
interface CacheProps
import { type CacheProps } from "https://dotland.deno.dev/x/discordeno@17.0.1/plugins/mod.ts";

Properties

guilds: Collection<bigint, Guild>
users: Collection<bigint, User>
members: Collection<bigint, Member>
channels: Collection<bigint, Channel>
messages: Collection<bigint, Message>
presences: Collection<bigint, PresenceUpdate>
dispatchedGuildIds: Set<bigint>
dispatchedChannelIds: Set<bigint>