BatchCreateRoomMembershipResponse constructor

BatchCreateRoomMembershipResponse({
  1. List<MemberError>? errors,
})

Implementation

BatchCreateRoomMembershipResponse({
  this.errors,
});