This repository was archived by the owner on Nov 18, 2019. It is now read-only.

Description
I was not providing an API key and an invalid chat ID. The platform is AWS lamda deployed via the serverless framework. The request timed out eventually. I didn't look into it in too much detail, but I'd guess that somehow the promise never resolves in that case.
Realise this is a low quality bug report as I don't have a reproduction, etc, but figured it was worth letting you know. In the end I switched to request and then saw a 404 in the error log, because undefined
was my API key, so realised my own error. Didn't end up going back to botfather once I'd solved it, so don't have any more info on the bug.