IGPAPI
    Preparing search index...

    Interface NewsInboxResponseArgs

    interface NewsInboxResponseArgs {
        actions?: string[];
        aymt_channel_id?: string;
        aymt_notif_id?: string;
        aymt_notif_type?: string;
        clicked: boolean;
        comment_id?: string;
        comment_ids?: string[];
        comment_notif_type?: string;
        destination?: string;
        hashtag_follow?: NewsInboxResponseHashtagFollow;
        icon_url?: string;
        latest_reel_media?: number;
        links?: NewsInboxResponseLinksItem[];
        media?: NewsInboxResponseMediaItem[];
        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;
        tuuid: string;
    }
    Index

    Properties

    actions?: string[]
    aymt_channel_id?: string
    aymt_notif_id?: string
    aymt_notif_type?: string
    clicked: boolean
    comment_id?: string
    comment_ids?: string[]
    comment_notif_type?: string
    destination?: string
    icon_url?: string
    latest_reel_media?: number
    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
    tuuid: string