What's Changed
Now we've supported mention features
- user to bot mention
- bot to user mention
About user to bot mention
We've been provided a feature that allows users to mention a bot in group chats on the LINE app. In the Messaging API, we'd like to inform you that a property has been added to the webhook event object sent to the bot server when a user sends a message containing a mention.
This allows bots to recognize when they're mentioned by a user in group chats.
For more details, you can read https://developers.line.biz/en/news/2024/10/30/messaging-api-webhook/ .
About bot to user mention
In the Messaging API, we've released text message (v2) as a new message object. By using text message (v2), you can specify mentions to users. In addition, compared to the text message that we've provided up until now, it's now easier to specify LINE emoji.
For more details, you can read https://developers.line.biz/en/news/2024/10/30/text-message-v2/ .
Dependency updates
- Update dependency vitepress to v1.4.3 by @renovate in #1037
- Update dependency @types/node to v22.8.6 by @renovate in #1038
- Update dependency typedoc to v0.26.11 by @renovate in #1039
- Update dependency typedoc-plugin-markdown to v4.2.10 by @renovate in #1040
- Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2 by @renovate in #1041
- Update dependency @types/node to v22.8.7 by @renovate in #1042
- Update dependency vitepress to v1.4.5 by @renovate in #1043
- Update dependency vitepress to v1.5.0 by @renovate in #1044
- Update dependency @types/node to v22.9.0 by @renovate in #1045
- Update dependency msw to v2.6.1 by @renovate in #1047
- Update dependency msw to v2.6.2 by @renovate in #1048
- Update dependency msw to v2.6.3 by @renovate in #1049
- Update dependency msw to v2.6.4 by @renovate in #1050
Other Changes
Full Changelog: v9.4.3...v9.5.0