Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace <internal>

Index

Type aliases

BaseCache

BaseCache<T>: _BaseCache<T> & Partial<T>

Type parameters

  • T

Channel

Channel: ChannelData & { guild_id?: string; permission_overwrites?: { id: string }[]; recipients?: UserData[] }

ChannelMap

ChannelMap: { channels: string[]; id: string; type: "guild" | "user" }

Type declaration

  • channels: string[]
  • id: string
  • type: "guild" | "user"

Generated using TypeDoc