Skip to main content
Latest
interface DiscordenoTeam
Re-export
import { type DiscordenoTeam } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Properties

optional
icon: bigint

A hash of the image of the team's icon

id: bigint

The unique id of the team

members: { membershipState: TeamMembershipStates; permissions: "*"[]; teamId: bigint; user: Partial<DiscordenoUser>; }[]

The members of the team

name: string

The name of the team

ownerUserId: bigint

The user id of the current team owner