Closed harshithmohan closed 1 year ago
This library only displays what you respond to the given functions so it does not cache anything. I am assuming the menu plugin only changes the keyboard of a message which this library does not offer. But you can do caching of requests yourself which is probably a good idea anyway when the API call shouldnt be done more often than necessary.
I hope this helps?
Thanks! Yes, I was thinking the same. To cache as an alternative if the feature didn't exist. Anyway, glad to know I wasn't just not reading things correctly.
Describe your goal I want to be able to navigate to sub menus but keep the message body intact. Similar to how submenus work in the menu plugin. I'm loading the message body using an API and don't want to call it multiple times while navigating through sub menus. Is there a way that this can be done?
Expected I couldn't find a way in the documentation to be able to do this or I'm just reading it correctly.