Interface DirectThreadRepositoryAddUserResponseLastPermanentItem

interface DirectThreadRepositoryAddUserResponseLastPermanentItem {
    action_log: DirectThreadRepositoryAddUserResponseActionLog;
    item_id: string;
    item_type: string;
    timestamp: string;
    user_id: number;
}

Properties

item_id: string
item_type: string
timestamp: string
user_id: number