Interface DirectThreadFeedResponseLast_permanent_item

interface DirectThreadFeedResponseLast_permanent_item {
    client_context: string;
    item_id: string;
    item_type: string;
    text: string;
    timestamp: string;
    user_id: number;
}

Properties

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