grammyjs / conversations

Conversational interfaces for grammY.
https://grammy.dev/plugins/conversations
MIT License
53 stars 17 forks source link

Allow ctx.api calls inside .external #110

Closed KnightNiwrem closed 4 weeks ago

KnightNiwrem commented 5 months ago

Idea: Inside .external, skip the conversation's ctx.api transformer, effectively making it similar to bot.api calls that can be safely called inside .external.

KnorpelSenf commented 5 months ago

external can be called concurrently with regular API methods. How will you determine which API calls are executed from within external and which ones are executed concurrently from outside of it?