interface PropsChatBase {
    id: Wid;
    labels?: string[];
    pendingMsgs: boolean;
}

Properties

id: Wid
labels?: string[]
pendingMsgs: boolean