Closed snurfer0 closed 1 year ago
The regex looks like a circular dependency but the tree doesn't look like that… Does this happen on startup or while a button is pressed on runtime? Can you pinpoint the issue to a specific menu tree which causes the issue or provide a minimal example of it failing?
I already make the ids short and not understandable just to fit the library id requirements
Telegram Bot API states that the callback_data
has a max length of 64. This is not something specific to this library, this is from the Telegram Bot API.
I have this menu tree and when im adding
main/prof-c-menu/...
I get the following errorand this happens with lots of ids and I have to blindly guess what would work. any suggestions of what I should use and not as a menu id? cause I already make the ids short and not understandable just to fit the library id requirements. Also found that if I do not append -menu to the id I get the same regex error (to the ones that already have -menu)