Skip to content

Support Message Edited Webhook#129

Merged
Yang-33 merged 1 commit into
mainfrom
support-edit-webhook
Jul 7, 2026
Merged

Support Message Edited Webhook#129
Yang-33 merged 1 commit into
mainfrom
support-edit-webhook

Conversation

@habara-k

@habara-k habara-k commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Support Message Edited Webhook

Add MessageEditedEvent webhook event to support the message editing feature.

When a user edits a message in a group that includes a LINE Official Account, a webhook event with type=messageEdited is sent.

Notes

  • Currently, message editing is not available in 1:1 chats with LINE Official Accounts, so this event is only triggered in group chats.
  • Multiple messageEdited webhook events may arrive out of order. The event with the largest timestamp represents the latest edit state.

For more details, please refer to the document: https://developers.line.biz/en/reference/messaging-api/#edit-event

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

GO

You can check generated code in go

Check the diff here

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

JAVA

You can check generated code in java

Check the diff here

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

PYTHON

You can check generated code in python

Check the diff here

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

PHP

You can check generated code in php

Check the diff here

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

NODEJS

You can check generated code in nodejs

Check the diff here

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

RUBY

You can check generated code in ruby

Check the diff here

@habara-k habara-k added this pull request to the merge queue Jul 7, 2026
@Yang-33 Yang-33 removed this pull request from the merge queue due to a manual request Jul 7, 2026
@Yang-33 Yang-33 merged commit 99df56b into main Jul 7, 2026
35 checks passed
@Yang-33 Yang-33 deleted the support-edit-webhook branch July 7, 2026 05:00
habara-k added a commit to line/line-bot-sdk-php that referenced this pull request Jul 7, 2026
line/line-openapi#129

## Support Message Edited Webhook

Add `MessageEditedEvent` webhook event to support the message editing
feature.

When a user edits a message in a group that includes a LINE Official
Account, a webhook event with `type=messageEdited` is sent.

## Notes

- Currently, message editing is not available in 1:1 chats with LINE
Official Accounts, so this event is only triggered in group chats.
- Multiple `messageEdited` webhook events may arrive out of order. The
event with the largest `timestamp` represents the latest edit state.

For more details, please refer to the document:
https://developers.line.biz/en/reference/messaging-api/#edit-event

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: habara keigo <habara.keigo@lycorp.co.jp>
habara-k added a commit to line/line-bot-sdk-go that referenced this pull request Jul 7, 2026
line/line-openapi#129

## Support Message Edited Webhook

Add `MessageEditedEvent` webhook event to support the message editing
feature.

When a user edits a message in a group that includes a LINE Official
Account, a webhook event with `type=messageEdited` is sent.

## Notes

- Currently, message editing is not available in 1:1 chats with LINE
Official Accounts, so this event is only triggered in group chats.
- Multiple `messageEdited` webhook events may arrive out of order. The
event with the largest `timestamp` represents the latest edit state.

For more details, please refer to the document:
https://developers.line.biz/en/reference/messaging-api/#edit-event

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: habara keigo <habara.keigo@lycorp.co.jp>
habara-k added a commit to line/line-bot-sdk-ruby that referenced this pull request Jul 7, 2026
line/line-openapi#129

## Support Message Edited Webhook

Add `MessageEditedEvent` webhook event to support the message editing
feature.

When a user edits a message in a group that includes a LINE Official
Account, a webhook event with `type=messageEdited` is sent.

## Notes

- Currently, message editing is not available in 1:1 chats with LINE
Official Accounts, so this event is only triggered in group chats.
- Multiple `messageEdited` webhook events may arrive out of order. The
event with the largest `timestamp` represents the latest edit state.

For more details, please refer to the document:
https://developers.line.biz/en/reference/messaging-api/#edit-event

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: habara keigo <habara.keigo@lycorp.co.jp>
habara-k added a commit to line/line-bot-sdk-nodejs that referenced this pull request Jul 7, 2026
line/line-openapi#129

## Support Message Edited Webhook

Add `MessageEditedEvent` webhook event to support the message editing
feature.

When a user edits a message in a group that includes a LINE Official
Account, a webhook event with `type=messageEdited` is sent.

## Notes

- Currently, message editing is not available in 1:1 chats with LINE
Official Accounts, so this event is only triggered in group chats.
- Multiple `messageEdited` webhook events may arrive out of order. The
event with the largest `timestamp` represents the latest edit state.

For more details, please refer to the document:
https://developers.line.biz/en/reference/messaging-api/#edit-event

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: habara keigo <habara.keigo@lycorp.co.jp>
habara-k added a commit to line/line-bot-sdk-java that referenced this pull request Jul 7, 2026
line/line-openapi#129

## Support Message Edited Webhook

Add `MessageEditedEvent` webhook event to support the message editing
feature.

When a user edits a message in a group that includes a LINE Official
Account, a webhook event with `type=messageEdited` is sent.

## Notes

- Currently, message editing is not available in 1:1 chats with LINE
Official Accounts, so this event is only triggered in group chats.
- Multiple `messageEdited` webhook events may arrive out of order. The
event with the largest `timestamp` represents the latest edit state.

For more details, please refer to the document:
https://developers.line.biz/en/reference/messaging-api/#edit-event

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: habara keigo <habara.keigo@lycorp.co.jp>
habara-k added a commit to line/line-bot-sdk-python that referenced this pull request Jul 7, 2026
line/line-openapi#129

## Support Message Edited Webhook

Add `MessageEditedEvent` webhook event to support the message editing
feature.

When a user edits a message in a group that includes a LINE Official
Account, a webhook event with `type=messageEdited` is sent.

## Notes

- Currently, message editing is not available in 1:1 chats with LINE
Official Accounts, so this event is only triggered in group chats.
- Multiple `messageEdited` webhook events may arrive out of order. The
event with the largest `timestamp` represents the latest edit state.

For more details, please refer to the document:
https://developers.line.biz/en/reference/messaging-api/#edit-event

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: habara keigo <habara.keigo@lycorp.co.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants