Closed kneerunjun closed 1 year ago
Telegram request needs to handle timeout scenarios - Telegram server is typically found to be fast, but incase it takes longer to respond the api call here on the u-service should timeout
Typical endpoint looks like this /bots/:botid/scrape/:offset
. botid is for getting the appropriate bot token (loaded into the environment from secrets.) while the offset is the update offset
POST
request to api.telegram.orgUpdareResponse
object