I have a bot that deployed in Azure. For distributing this bot I create a manifest file, where I add a menu with 3 items for a personal chat. I install this manifest by using the 'Upload custom app' option, and I see this menu in the message input control. Then I install this manifest into the team, which, by plan, should use this bot, and provide a link for this installed bot for other users in this team. By this link, they can install this bot.
But right now I need to update the menu, that I created earlier. I update manifest: change the menu and increase the version (just in case, should say - I tried and without increasing of version). Then I remove the bot from the team and from my local Teams app and install it into the team and Teams again, but with an updated manifest.
But I still see the old menu even in my local Teams app, not to mention other users. Although in the 'About' tab is displayed increased version.
So, how to update this menu for all users, that using this bot?