feature-requests icon indicating copy to clipboard operation
feature-requests copied to clipboard

Feature Request: support setting alias in reactions

Open evakdev opened this issue 1 year ago • 0 comments

Hello. I am creating a bot that relays messages between rocketchat and telegram. messages from multiple users in Telegram are relayed to rocketchat through a single account (the bot account). It has been a great help to me that I can set an alias for the sender when using driver.sendToRoom(content, room). This way I can reflect messages being from multiple users, even though there is only one bot account. Right now I'm trying to relay emoji reactions to rocketchat, but they all get reflected with just the bot's username. I looked around in the API but didn't find any way to set an alias for reactions. It would be great if I could do so using driver.setReaction(emoji, messageId) . Is it possible to have this feature?

evakdev avatar Aug 16 '23 17:08 evakdev