@typed-discord/rest
    Preparing search index...

    Function InviteApplicationResponse

    • Parameters

      • id: `${bigint}`
      • name: string
      • icon: string | null
      • description: string
      • type: GUILD_ROLE_SUBSCRIPTIONS | null
      • verify_key: string
      • flags: number
      • flags_new: string
      • Optionaloptional: Omit<
            InviteApplicationResponse,
            | "id"
            | "name"
            | "type"
            | "description"
            | "icon"
            | "verify_key"
            | "flags"
            | "flags_new",
        >

      Returns InviteApplicationResponse