Type alias InitialReceivedChatsState
InitialReceivedChatsState: { 
    [jid: string]: { 
        lastMsgRecvTimestamp?: number; 
        lastMsgTimestamp: number; 
    }; 
}
Type declaration
[jid: string]: { 
    lastMsgRecvTimestamp?: number; 
    lastMsgTimestamp: number; 
}
Optional lastMsgRecvTimestamp?: number
lastMsgTimestamp: number
the last message received from the other party