-1

I am making a telgram bot on python with module aiogram
I wanna store some custom data on user side\

If there is a user session in aiogram?

1 Answers1

0

You could store data in FSM, or you can save anything in database (SQLite, Postgres, Redis, etc) - depends on types of data you need to save.

Maksim K.
  • 156
  • 5