I'm using the golden rules of conversations but it seems that the convenience function conversion.session doesn't save the session data until the conversation is finished.
When trying to send a menu from the grammy-inline-menu plugin, my error handler pops up because it tries to fill its message body with session information and that information is undefined until the session ends.
Is there any convenience function capable of refreshing the session early?
I'm using the golden rules of conversations but it seems that the convenience function conversion.session doesn't save the session data until the conversation is finished.
When trying to send a menu from the grammy-inline-menu plugin, my error handler pops up because it tries to fill its message body with session information and that information is undefined until the session ends.
Is there any convenience function capable of refreshing the session early?