/**
 * This file was auto-generated on 2023-10-24T15:44:49.925Z
 * flickr.testimonials.addTestimonial
 * Write a new testimonial
 * Permissions required: write
 */
export type FlickrTestimonialsAddTestimonialParams = {
    /**
     * ID of the user the testimonial is about
     */
    user_id: string;
    /**
     * The text of the testimonial. HTML/BBCode is not accepted
     */
    testimonial_text: string;
};
