Skip to main content
Module

x/natico/mod.ts>TeamMember

A powerful and customizable framework for Discordeno
Latest
interface TeamMember
Re-export
import { type TeamMember } from "https://deno.land/x/natico@4.0.0-pre.4/mod.ts";

Properties

membershipState: TeamMembershipStates

The user's membership state on the team

permissions: ["*"]

Will always be ["*"]

teamId: string

The id of the parent team of which they are a member

user: Partial<User> & Pick<User,
| "avatar"
| "discriminator"
| "id"
| "username"
>

The avatar, discriminator, id, and username of the user