Skip to content

v9.5.0 Bot Mention

Latest
Compare
Choose a tag to compare
@Yang-33 Yang-33 released this 13 Nov 08:15
· 10 commits to master since this release
d225bba

What's Changed

#1035

Now we've supported mention features

  1. user to bot mention
  2. 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

Other Changes

  • PR must fail when generated code is not committed by @Yang-33 in #1046

Full Changelog: v9.4.3...v9.5.0