Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discord_api_types/payloads/v6/mod.ts>APIGuildIntegrationApplication

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIGuildIntegrationApplication
Deprecated
Deprecated

API and Gateway v6 are deprecated and the types will not receive further updates, please update to v8.

import { type APIGuildIntegrationApplication } from "https://deno.land/x/discord_api_types@0.37.37/payloads/v6/mod.ts";

Properties

id: string
name: string
icon: string | null
description: string
summary: string
optional
bot: APIUser