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;
}

Properties

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