Skip to main content
Module

x/discord_api_types/v6.ts>APIGuildIntegration

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface APIGuildIntegration
Re-export
Deprecated
Deprecated

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

import { type APIGuildIntegration } from "https://deno.land/x/discord_api_types@0.37.21/v6.ts";

Properties

id: string
name: string
type: string
enabled: boolean
syncing: boolean
role_id: string
optional
enable_emoticons: boolean
expire_behavior: IntegrationExpireBehavior
expire_grace_period: number
optional
user: APIUser
synced_at: string
subscriber_count: number
revoked: boolean
optional
application: APIGuildIntegrationApplication