interface DmParticipant {
    last_read_event_id?: string;
    user_id: string;
}

Properties

last_read_event_id?: string
user_id: string