OfficeDev / microsoft-teams-apps-stickers

The awesome Stickers app can help your organization enhance messaging in Microsoft Teams!
MIT License
66 stars 41 forks source link

product improvement #73

Open aliksashka opened 1 year ago

aliksashka commented 1 year ago

Hi, we really like this product, it really improves the interaction.

There are two remarks

  1. Is it possible to expand the number of stickers displayed to more than 25?
  2. if this is an opportunity to provide a report to power bi how stickers are used and which are the most popular

many thanks

luishdemetrio commented 1 year ago

Hi @aliksashka! I create the following pr to increase the number of stickers: https://github.com/OfficeDev/microsoft-teams-apps-stickers/pull/77

Meanwhile, it is not merged. You can find the solution updated on my fork: https://github.com/luishdemetrio/microsoft-teams-apps-stickers

Regardless the other asking, unfortunately it is not possible to complete, once there's no way to intercept the Send button of Teams, since the Send button it's a built-in Teams feature and not of the custom app. The send button in Microsoft Teams is not directly customizable by third-party apps. To do this, you'll need to create a bot that listens to messages sent in a Teams channel, and you can use the API to intercept the messages as they are sent. But it would make sense in a different scenario, not to send messages via message extensions like the sticker app.