Interface IInviteGuild

interface IInviteGuild {
    banner: null | string;
    description: null | string;
    features: string[];
    icon: null | string;
    id: string;
    name: string;
    premiumSubscriptionCount: null | number;
    splash: null | string;
    vanityUrlCode: null | string;
    verificationLevel: VerificationLevel;
}

Properties

banner: null | string
description: null | string
features: string[]
icon: null | string
id: string
name: string
premiumSubscriptionCount: null | number
splash: null | string
vanityUrlCode: null | string
verificationLevel: VerificationLevel

Generated using TypeDoc