line / line-bot-sdk-python

LINE Messaging API SDK for Python
https://pypi.python.org/pypi/line-bot-sdk
Apache License 2.0
1.87k stars 962 forks source link

Add isUnblocked flag to Follow Webhook event #597

Closed mokuzon closed 4 months ago

mokuzon commented 4 months ago

In the Messaging API, you can now determine whether a user has added your LINE Official Account as a friend or unblocked by a webhook follow event.

News: https://developers.line.biz/en/news/2024/02/06/add-friends-and-unblock-friends-can-now-be-determined-by-webhook/


The OpenAPI definition has been updated at https://github.com/line/line-openapi/pull/50, but the test fails if only the OpenAPI auto-generated code is used, so the SDK is updated manually. The only substantial change is 6437e4889cd044df68ebc4a6873aa30a0b1565ae.

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.