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

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

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

Response schema for GET /user/guilds/available.

Returns all guilds the user is in.

definition: Array<GuildStructures.Payload & { permissions: number; }>