Skip to main content
Module

x/tpy/mod.ts>User.GET.Guilds.Allowed

🔑 A strongly typed Pylon API client.
Go to Latest
type alias User.GET.Guilds.Allowed
import { type User } from "https://deno.land/x/tpy@v1.0.0-pre-release-11/mod.ts";
const { Allowed } = User.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; }>