initial mutation for bots connection
upgraded heroku redis by following official guide https://devcenter.heroku.com/articles/heroku-redis-hobby-deprecation
found a way to receive events from telegram channels
remove telegram session from db
It's not achieving what i needed. So i'm scraping it out and returning back to local session.
I've published it's code here https://gist.github.com/waptik/ae5926418222a7d8687720b72353699a
I've published it's code here https://gist.github.com/waptik/ae5926418222a7d8687720b72353699a
fix logflare log for paystack webhook
fix paystack webhook notification
send paystack webhook events to telegram group
improve middleware
begin integrating react-query
Made my own version of https://github.com/alexnzarov/telegraf-session-mongodb for my bot with prisma
new prisma model: TgSession
It will be used to save telegram session in the database