Interface DirectThreadRepositoryGetByParticipantsResponseItemsItem

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

Properties

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