How to get `ctx` through indirection?
convex/http.tsconvex/telegramWebhook.tsNow, in the bot itself, how can I access the convex
ctx?botCan I do some sort of global / thread-local trick to get access to the convex context at a distance? Or do I need to somehow pass it through indirection? Would it be safe to try to attach the convex context to my bot somehow in the webhook http handler? How unique is the convex context? Is it different in each request or is it really just the same thing? Is there a reason we can't just import it from somewhere?
