Telegram – Conversation touchs other sessions in grammy
I am developing telegram bot using grammy. I use two sessions in my bot: one with external storage, one with memory storage (for conversations). bot.use(session({ profile : { storage : require('./storage.js') }, conversation : {}, type : 'multi' })); I…