I see that ExVCR is useful for testing HTTP api.
a sample is shown here.
My application polls telegram server by getUpdates method and if somebody had sent message to my bot, I get a response from server depending upon what type of message it was.
Is there a way to mock these with ExVCR?
My call to server is getUpdates or sendUpdates which is then handled by telegram server accordingly to the client.






















