Reputation: 1180
I'm looking way to change icons of my bot (botframework botbuilder c# azure web app) using manifest.json (https://learn.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema) they work like a charme for green icon and doesn't work for the 2 red circle ? :' :
I didn't know if it's a problem due to the picture but i have following the site and preconization : https://learn.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema
Note : All icon work if i'm deploy the bot using channel link registration on Azure portal.
Sincerely, Pascal.
Upvotes: 2
Views: 1317
Reputation: 1639
According to Tech Community this is a caching issue. Related to the fact, that all personal chats continue in the previous thread, and threads can't be deleted.
The claim is that new users will see the correct icon (I have not verified this).
UPDATE:
The 'red' icons are set in the Teams App manifest json package.
The 'green' icon set in the Azure App Registration, being registered with the bot app.
Upvotes: 1