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

x/denocordts/src/types/mod.ts>APIGuildIntegrationApplication

An Object Oriented Discord API wrapper for Deno.
Latest
interface APIGuildIntegrationApplication
import { type APIGuildIntegrationApplication } from "https://deno.land/x/denocordts@1.2.0/src/types/mod.ts";

Properties

The id of the app

name: string

The name of the app

icon: string | null
description: string

The description of the app

optional
bot: APIUser

The bot associated with this application

See https://discord.com/developers/docs/resources/user#user-object