## Description - the bot doesn't save subscribed chats in persistent storage, so every time the bot has an update it deletes all the subscribed chats. ## Solution - add a simple db to store subscribed chats.
Description
Solution