LINE.Bot.MessagingApi.Model.GetJoinedMembershipUsersResponse (line_bot_sdk v0.1.0)

Copy Markdown

List of users who have joined the membership

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.GetJoinedMembershipUsersResponse{
  next: String.t() | nil,
  userIds: [String.t()]
}

Functions

decode(value)