IGPAPI
    Preparing search index...

    Interface DirectInboxFeedResponseLastPermanentItem

    interface DirectInboxFeedResponseLastPermanentItem {
        client_context?: string;
        item_id: string;
        item_type: string;
        link?: DirectInboxFeedResponseLink;
        placeholder?: DirectInboxFeedResponsePlaceholder;
        profile?: DirectInboxFeedResponseProfile;
        reel_share?: DirectInboxFeedResponseReelShare;
        text?: string;
        timestamp: string;
        user_id: number;
    }
    Index

    Properties

    client_context?: string
    item_id: string
    item_type: string
    text?: string
    timestamp: string
    user_id: number