Interface DirectThreadRepositoryApproveParticipantRequestResponseMedia

interface DirectThreadRepositoryApproveParticipantRequestResponseMedia {
    can_view_more_preview_comments: boolean;
    can_viewer_save: boolean;
    caption: null;
    caption_is_edited: boolean;
    caption_position: number;
    client_cache_key: string;
    code: string;
    comment_count: number;
    comment_likes_enabled: boolean;
    comment_threading_enabled: boolean;
    device_timestamp: number;
    expiring_at: number;
    fb_user_tags: DirectThreadRepositoryApproveParticipantRequestResponseFb_user_tags;
    filter_type: number;
    has_liked: boolean;
    has_more_comments: boolean;
    id: string;
    image_versions2: DirectThreadRepositoryApproveParticipantRequestResponseImage_versions2;
    is_reel_media: boolean;
    like_count: number;
    likers: any[];
    max_num_visible_preview_comments: number;
    media_type: IgMediaType;
    organic_tracking_token: string;
    original_height: number;
    original_width: number;
    photo_of_you: boolean;
    pk: string;
    preview_comments: any[];
    taken_at: number;
    timezone_offset: number;
    user: DirectThreadRepositoryApproveParticipantRequestResponseUser;
}

Properties

can_view_more_preview_comments: boolean
can_viewer_save: boolean
caption: null
caption_is_edited: boolean
caption_position: number
client_cache_key: string
code: string
comment_count: number
comment_likes_enabled: boolean
comment_threading_enabled: boolean
device_timestamp: number
expiring_at: number
filter_type: number
has_liked: boolean
has_more_comments: boolean
id: string
is_reel_media: boolean
like_count: number
likers: any[]
max_num_visible_preview_comments: number
media_type: IgMediaType
organic_tracking_token: string
original_height: number
original_width: number
photo_of_you: boolean
pk: string
preview_comments: any[]
taken_at: number
timezone_offset: number