import { UserResponse } from './user.response'; import { CommentResponse } from './comment.response'; import { ImageVersionResponse } from './image-version.response'; import { LocationResponse } from './location.response'; import { VideoVersionResponse } from './video-version.response'; import { InstagramResponse } from './instagram.response'; export declare class MediaResponse extends InstagramResponse { taken_at: number; pk: string; id: string; device_timestamp: string; media_type: number; code: string; client_cache_key: string; filter_type: number; original_width: number; original_height: number; comment_likes_enabled: boolean; comment_threading_enabled: boolean; has_more_comments: boolean; max_num_visible_preview_comments: number; preview_comments: CommentResponse[]; can_view_more_preview_comments: number; comment_count: number; inline_composer_display_condition: string; inline_composer_imp_trigger_time: number; carousel_media_count?: number; carousel_media: MediaResponse[]; image_versions2: ImageVersionResponse[]; video_versions: VideoVersionResponse[]; has_audio: boolean; video_duration: number; force_overlay: boolean; hide_nux_text: boolean; overlay_text: string; overlay_title: string; overlay_subtitle: string; location: LocationResponse; lng: number; lat: number; caption_position: number; is_reel_media: boolean; user: UserResponse; caption: CommentResponse | string | null; caption_is_edited: boolean; like_count: number; has_liked: boolean; top_likers: string[]; likers: UserResponse[]; direct_reply_to_author_enabled: boolean; photo_of_you: boolean; can_viewer_save: boolean; organic_tracking_token: string; preview: string; inventory_source: string; expiring_at: number; imported_taken_at: number; can_reshare: boolean; can_reply: boolean; is_seen: boolean; is_eof: boolean; supports_reel_reactions: boolean; show_one_tap_fb_share_tooltip: boolean; has_shared_to_fb: number; is_dash_eligible: number; video_dash_manifest: string; video_codec: string; number_of_qualities: number; carousel_parent_id: string; readonly webLink: string; readonly account: UserResponse; readonly takenAt: number; readonly images: ImageVersionResponse[]; readonly videos: VideoVersionResponse[]; }