Skip to content

Commit a54f4f7

Browse files
github-actions[bot]github-actions
andauthored
Support new Membership API and Webhook (#663)
line/line-openapi#86 # Support new Membership API and Webhook We have implemented and supported new API and Webhook about Membership. ## API to get a list of users who joined the membership You can obtain a list of user IDs for users who have joined the membership of your LINE Official Account by calling `client.getJoinedMembershipUsers(...)`. Documents: https://developers.line.biz/en/reference/messaging-api/#get-membership-user-ids ## Membership Webhook We have introduced new Webhook events `MembershipEvent` that indicates that a user has joined, left or renewed a membership of your LINE Official Account. Documents: https://developers.line.biz/en/reference/messaging-api/#membership-event ## For more details For more details, check out the announcement: https://developers.line.biz/en/news/2025/02/13/membership-api/ --------- Co-authored-by: github-actions <[email protected]>
1 parent 02fee2e commit a54f4f7

File tree

44 files changed

+22929
-318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+22929
-318
lines changed

docs/classes/LINE-Clients-MessagingApi-Api-MessagingApiApi.html

Lines changed: 804 additions & 317 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Clients-MessagingApi-Model-GetJoinedMembershipUsersResponse.html

Lines changed: 1993 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Webhook-Model-JoinedMembershipContent.html

Lines changed: 1966 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Webhook-Model-LeftMembershipContent.html

Lines changed: 1966 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Webhook-Model-MembershipContent.html

Lines changed: 1899 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Webhook-Model-MembershipEvent.html

Lines changed: 2527 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Webhook-Model-RenewedMembershipContent.html

Lines changed: 1966 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Webhook-Test-Model-JoinedMembershipContentTest.html

Lines changed: 557 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Webhook-Test-Model-LeftMembershipContentTest.html

Lines changed: 557 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/LINE-Webhook-Test-Model-MembershipContentTest.html

Lines changed: 557 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)