Appearance
@line/bot-sdk / messagingApi / GetJoinedMembershipUsersResponse
Type Alias: GetJoinedMembershipUsersResponse
GetJoinedMembershipUsersResponse:
object
Defined in: lib/messaging-api/model/getJoinedMembershipUsersResponse.ts:16
List of users who have joined the membership
Type declaration
next?
optional
next:string
A continuation token to get next remaining membership user IDs. Returned only when there are remaining user IDs that weren't returned in the userIds property in the previous request. The continuation token expires in 24 hours (86,400 seconds).
See
userIds
userIds:
string
[]
A list of user IDs who joined the membership. Users who have not agreed to the bot user agreement, are not following the bot, or are not active will be excluded. If there are no users in the membership, an empty list will be returned.