Assigned
Status Update
Comments
bl...@google.com <bl...@google.com> #2
The R8 build does include these files in our jar and they are not used/needed. I'll amend our build to avoid including them and merge it to the release branches.
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
Currently, the Google Chat API allows us to retrieve emoji reactions to messages, but it does not provide timestamps for when these reactions were added or removed. It would be incredibly useful if the API could return the timestamp for each emoji reaction. This would enable developers to track the lifecycle of a message based on the emojis added by users.
For example, in a system where emoji reactions signify stages of message processing, knowing when a specific emoji (e.g., a green flag emoji 🟩) was added can help determine when the message reached a certain state. Similarly, the addition of another emoji (e.g., a checkmark ✅) can signify that the message processing has moved to another stage. Without the timestamp, it becomes difficult to track the exact timeline of events and understand the progression of message states.
By providing timestamps for emoji reactions, the API could support better tracking and visibility for workflows that rely on emoji-based status updates.
Impact
This feature would allow developers to understand the timing of emoji reactions, helping them deduce when a message reaches a certain state.