Send Reactions
You can now send emoji reactions to messages. Usage:
message.react("👍"); // send thumbs up reaction
message.react(""); // clear the reaction
What's Changed
af431df - chore: mark version v1.17.0
61c0a6b - Reaction feature added. (by @Schwartzblat in #1400)
a0b18fb - fix: set user agent as a launch arg for usage in serviceworker (by @pedroslopez in #1518)
98ff761 - fix: fetchMessages infinite loop when there are no messages in the chat (by @jurajmatus in #1480)
New Contributors
- @jurajmatus made their first contribution in #1480
Full Changelog: v1.16.7...v1.17.0