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
The language used is loaded from session.__language_code. If its not available from the from.language_code which is the user. If that does not exist its the config.defaultLanguage.
Typically I would say this is fitting as the user is the one a message is target for. Normally a group has a different session than a user. Make sure you use the session and set the language via ctx.i18n.locale('en or whatever you want') and the group session has the language to use set.
I see that it only change the language for user, and not for chats. How can I make is use chat_id only?
The text was updated successfully, but these errors were encountered: