Closed ralphilius closed 1 year ago
You can call ctx.api.config.use
inside conversation.run
, yes. Safe in what way?
You can call
ctx.api.config.use
insideconversation.run
, yes. Safe in what way?
Ah, I just mean is it possible to use inside that function. Thanks for clarifying.
I've posted here https://github.com/grammyjs/files/issues/4, but I reposted here for more exposure.
The files plugin use
bot.api.config.use
for configuration. Is it safe to usehydrateFiles(token)
withinconversation.run
?