You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it stores messages per chat (see chat_data in documentation), which makes sense since bot must be able to communicate to multiple users in a group. If you want to limit the bot to always communicate to one single user (even in a group with multiple users), you can fork the library and store messages in user_data.
Hi, cool work.
Does it support a session for every user that talk to bot in Telegram?
This is vital, because we should store conversation history for every user separated. I inspect code but did not found these
The text was updated successfully, but these errors were encountered: