Interface ActivityResponseArgs

interface ActivityResponseArgs {
    actions: string[];
    clicked: boolean;
    comment_id?: string;
    comment_ids?: string[];
    comment_notif_type?: string;
    destination?: null | string;
    friendship_status?: ActivityResponseFriendship_status;
    images?: ActivityResponseImagesItem[];
    inline_follow?: ActivityResponseInline_follow;
    latest_reel_media?: number;
    links?: ActivityResponseLinksItem[];
    media?: ActivityResponseMediaItem[];
    media_destination?: null | string;
    profile_id: number;
    profile_image: string;
    profile_image_destination?: string;
    profile_name: string;
    rich_text?: string;
    second_profile_id?: number;
    second_profile_image?: string;
    text?: string;
    timestamp: string | number;
    tuuid: string;
}

Properties

actions: string[]
clicked: boolean
comment_id?: string
comment_ids?: string[]
comment_notif_type?: string
destination?: null | string
latest_reel_media?: number
media_destination?: null | string
profile_id: number
profile_image: string
profile_image_destination?: string
profile_name: string
rich_text?: string
second_profile_id?: number
second_profile_image?: string
text?: string
timestamp: string | number
tuuid: string