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

x/tpy/src/types/user.d.ts>GET.Guilds.Allowed

🔑 A strongly typed Pylon API client.
Latest
type alias GET.Guilds.Allowed
import { type GET } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/user.d.ts";
const { Allowed } = GET.Guilds;

Response schema for GET /user/guilds.

Returns all guilds where the user can edit with Pylon. More specifically, all guilds which the user is an administrator.

definition: Array<Unpacked<Available> & { nick: string | null; }>