I'm using Google Apps Script for my Telegram Bot, using the webhook method. I'm using English for both Google Apps Script, and Telegram. However, my calls to the Telegram Bots API returns error messages in Dutch, forcing me to use Google Translate:
Exception: Verzoek voor https://api.telegram.org is mislukt. Foutcode: 404. Ingekorte serverreactie: {"ok":false,"error_code":404,"description":"Not Found"} (Gebruik de optie muteHttpExceptions om de volledige reactie te onderzoeken.)
at sendMessage(Code:167:15)
at start(Code:91:3)
at doPost(Code:32:7)
How do I make it use English?