Type alias IInviteGuild

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

Type declaration

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

Generated using TypeDoc