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
This is a common problem. It can currently be solved by calling editMessageText etc in all the button handlers that navigate towards a menu, but it is usually preferable to specify the data alongside the target menu instead. This puts related things together and reduces code duplication/dependencies.
The text was updated successfully, but these errors were encountered:
This is a common problem. It can currently be solved by calling
editMessageText
etc in all the button handlers that navigate towards a menu, but it is usually preferable to specify the data alongside the target menu instead. This puts related things together and reduces code duplication/dependencies.The text was updated successfully, but these errors were encountered: